Skip to content

Commit

Permalink
Re-add navigation observer
Browse files Browse the repository at this point in the history
  • Loading branch information
za-creature committed Dec 9, 2024
1 parent 2b01c58 commit 02bc2aa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/app/app.dart
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,8 @@ class _AppContainerState extends State<AppContainer> {
// we use a custom key tied to the session to force the child
// component to drop state whenever the session disconnects
key: Key(state.sessionId)),
currentLocale: localeState.currentLocale))),
currentLocale: localeState.currentLocale,
navigatorObservers: [_AppNavigatorObserver(widget.logger)]))),
Failure(value: final error) => _createInMaterialApp(ErrorScreen(
message: error is InvalidSettingsVersion
? S.current.messageSettingsVersionNewerThanCurrent
Expand Down

0 comments on commit 02bc2aa

Please sign in to comment.