forked from Ivasoft/mattermost-mobile
Change permalink modal to overFullScreen
This commit is contained in:
@@ -23,7 +23,7 @@ export const displayPermalink = async (teamName: string, postId: string, openAsP
|
||||
};
|
||||
|
||||
const options = {
|
||||
modalPresentationStyle: OptionsModalPresentationStyle.fullScreen,
|
||||
modalPresentationStyle: OptionsModalPresentationStyle.overFullScreen,
|
||||
layout: {
|
||||
componentBackgroundColor: changeOpacity('#000', 0.2),
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user