mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-22 22:49:45 +01:00
fix sync not working in release mode
This commit is contained in:
@@ -659,7 +659,7 @@ export const ActionSheetComponent = ({
|
||||
<TouchableOpacity
|
||||
activeOpacity={0.9}
|
||||
testID={notesnook.ids.dialogs.actionsheet.sync}
|
||||
onPress={async () => await doInBackground(()=>Sync.run('local'))}
|
||||
onPress={async () => await Sync.run()}
|
||||
style={{
|
||||
borderColor: colors.accent,
|
||||
paddingHorizontal: 5,
|
||||
|
||||
Reference in New Issue
Block a user