mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
Added life cycle notification for the app to toggle auto backup upon opening app
This commit is contained in:
parent
2a4d4ea999
commit
02e19e2d2c
4 changed files with 10669 additions and 24 deletions
|
|
@ -53,7 +53,7 @@ class _ImmichAppState extends ConsumerState<ImmichApp> with WidgetsBindingObserv
|
|||
}
|
||||
|
||||
Future<void> initApp() async {
|
||||
// WidgetsBinding.instance?.addObserver(this);
|
||||
WidgetsBinding.instance?.addObserver(this);
|
||||
}
|
||||
|
||||
@override
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue