mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-23 23:19:40 +01:00
navigate to Login as root
This commit is contained in:
@@ -135,7 +135,9 @@ export const UserSection = ({noTextMode}) => {
|
||||
onPress={() => {
|
||||
DDS.isTab
|
||||
? eSendEvent(eOpenLoginDialog)
|
||||
: NavigationService.navigate('Login');
|
||||
: NavigationService.navigate('Login',{
|
||||
root:true
|
||||
});
|
||||
sideMenuRef.current?.closeDrawer();
|
||||
}}
|
||||
activeOpacity={opacity / 2}
|
||||
|
||||
Reference in New Issue
Block a user