Add logs
This commit is contained in:
parent
127270b23e
commit
58d4635bb5
1 changed files with 1 additions and 0 deletions
|
@ -92,6 +92,7 @@ class MyApp extends StatelessWidget with WidgetsBindingObserver {
|
|||
@override
|
||||
void didChangeAppLifecycleState(AppLifecycleState state) {
|
||||
if (state == AppLifecycleState.resumed) {
|
||||
_logger.info("App resumed");
|
||||
_sync();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue