Skip to content

Commit

Permalink
fix crash when switching apps
Browse files Browse the repository at this point in the history
  • Loading branch information
war-in committed Dec 6, 2024
1 parent 84a8445 commit a9bacb8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/libs/actions/HybridApp/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ function resetSignInFlow() {
Onyx.merge(ONYXKEYS.HYBRID_APP, {
readyToShowAuthScreens: false,
newDotSignInState: CONST.HYBRID_APP_SIGN_IN_STATE.NOT_STARTED,
useNewDotSignInPage: true,
});
}

Expand Down

0 comments on commit a9bacb8

Please sign in to comment.