Skip to content

Commit e19d75a

Browse files
committed
Fix sharing files with space
1 parent 59630c3 commit e19d75a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/pages/Share/ShareDetailsPage.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ function ShareDetailsPage({
126126
Navigation.navigate(routeToNavigate, {forceReplace: true});
127127
},
128128
() => {},
129+
currentAttachment.mimeType,
129130
);
130131
};
131132

0 commit comments

Comments
 (0)