Skip to content
This repository was archived by the owner on Aug 11, 2025. It is now read-only.

Commit 0017b92

Browse files
Tiihitihi
andauthored
- changed logout function, resetBackStack before we navigate back to Onboarding (#2520)
Co-authored-by: tihi <[email protected]>
1 parent e8bf5a6 commit 0017b92

File tree

1 file changed

+1
-1
lines changed
  • app/src/main/java/com/ivy/wallet/domain/deprecated/logic

1 file changed

+1
-1
lines changed

app/src/main/java/com/ivy/wallet/domain/deprecated/logic/LogoutLogic.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ class LogoutLogic(
2222
sharedPrefs.removeAll()
2323
}
2424

25-
navigation.navigateTo(Onboarding)
2625
navigation.resetBackStack()
26+
navigation.navigateTo(Onboarding)
2727
}
2828

2929
suspend fun cloudLogout() {

0 commit comments

Comments
 (0)