mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-09-01 19:49:54 +02:00
mobile: make skip login work properly
This commit is contained in:
@@ -83,7 +83,11 @@ const Auth = ({ navigation, route }) => {
|
||||
<Button
|
||||
title={strings.skip()}
|
||||
onPress={() => {
|
||||
Navigation.goBack();
|
||||
if (initialAuthMode.current === 2) {
|
||||
Navigation.replace("FluidPanelsView");
|
||||
} else {
|
||||
Navigation.goBack();
|
||||
}
|
||||
}}
|
||||
iconSize={16}
|
||||
type="plain"
|
||||
|
||||
Reference in New Issue
Block a user