mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-22 14:39:34 +01:00
fix: settings not opening
This commit is contained in:
@@ -72,8 +72,12 @@ export const Settings = ({ navigation}) => {
|
||||
screen: 'settings',
|
||||
});
|
||||
eSendEvent(eUpdateSearchState,{
|
||||
noSearch: true,
|
||||
})
|
||||
placeholder:"",
|
||||
data: [],
|
||||
noSearch: true,
|
||||
type: '',
|
||||
color: null,
|
||||
});
|
||||
}, []);
|
||||
|
||||
useEffect(() => {
|
||||
|
||||
Reference in New Issue
Block a user