Added life cycle notification for the app to toggle auto backup upon opening app

This commit is contained in:
Alex Tran 2022-02-07 21:53:22 -06:00
parent 2a4d4ea999
commit 02e19e2d2c
4 changed files with 10669 additions and 24 deletions

View file

@ -53,7 +53,7 @@ class _ImmichAppState extends ConsumerState<ImmichApp> with WidgetsBindingObserv
}
Future<void> initApp() async {
// WidgetsBinding.instance?.addObserver(this);
WidgetsBinding.instance?.addObserver(this);
}
@override