mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-23 23:19:40 +01:00
fix: crash on tapping any buttons in ActionSheet
This commit is contained in:
@@ -336,7 +336,7 @@ const NoteItem = props => {
|
||||
if (value) {
|
||||
show = value;
|
||||
}
|
||||
ActionSheet._setModalVisible();
|
||||
actionSheet._setModalVisible();
|
||||
}}
|
||||
/>
|
||||
</ActionSheet>
|
||||
|
||||
Reference in New Issue
Block a user