fix note cannot be removed from topic sometimes

This commit is contained in:
ammarahm-ed
2021-02-26 14:29:29 +05:00
parent d5103c5862
commit bf8fd201fe
2 changed files with 28 additions and 18 deletions

View File

@@ -74,7 +74,7 @@ const ActionSheetWrapper = ({
return (
<ActionSheet
ref={fwdRef}
hideUnderlay={largeTablet || smallTablet ? true : false}
hideUnderlay={true}
containerStyle={style}
gestureEnabled={gestureEnabled}
extraScroll={largeTablet ? 50 : 0}