mobile: fix navigation

This commit is contained in:
Ammar Ahmed
2025-08-20 10:01:19 +05:00
parent 874352e753
commit 222cdbfa63
2 changed files with 2 additions and 2 deletions

View File

@@ -35,7 +35,7 @@ export function hideAuth() {
Navigation.replace("FluidPanelsView");
setTimeout(() => {
Navigation.resetRootState();
}, 300);
}, 1000);
} else {
Navigation.goBack();
}

View File

@@ -91,7 +91,7 @@ const Auth = ({ navigation, route }) => {
Navigation.replace("FluidPanelsView");
setTimeout(() => {
Navigation.resetRootState();
}, 300);
}, 1000);
} else {
Navigation.goBack();
}