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