diff --git a/apps/mobile/src/components/ActionSheetComponent/GetPremium.js b/apps/mobile/src/components/ActionSheetComponent/GetPremium.js index 1313c49f5..3796a51b2 100644 --- a/apps/mobile/src/components/ActionSheetComponent/GetPremium.js +++ b/apps/mobile/src/components/ActionSheetComponent/GetPremium.js @@ -95,6 +95,16 @@ export const GetPremium = ({close, context = 'global', offset = 0}) => { }; }, []); + const onPress = async () => { + open(null); + eSendEvent(eCloseActionSheet); + if (editing.isFocused) { + post('blur'); + } + await sleep(300); + eSendEvent(eOpenPremiumDialog); + }; + return ( { -