Skip to content

Commit

Permalink
post-merge fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
war-in committed Feb 6, 2025
1 parent f5986f3 commit 1ea90a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/BookTravelButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ function BookTravelButton({text}: BookTravelButtonProps) {

// Close NewDot if it was opened only for Travel, as its purpose is now fulfilled.
Log.info('[HybridApp] Returning to OldDot after opening TravelDot');
NativeModules.HybridAppModule.closeReactNativeApp(false, false);
NativeModules.HybridAppModule.closeReactNativeApp({shouldSignOut: false, shouldSetNVP: false});
setRootStatusBarEnabled(false);
})
?.catch(() => {
Expand Down

0 comments on commit 1ea90a1

Please sign in to comment.