This commit is contained in:
Vishnu Mohandas 2020-11-30 16:17:06 +05:30
parent 127270b23e
commit 58d4635bb5

View file

@ -92,6 +92,7 @@ class MyApp extends StatelessWidget with WidgetsBindingObserver {
@override
void didChangeAppLifecycleState(AppLifecycleState state) {
if (state == AppLifecycleState.resumed) {
_logger.info("App resumed");
_sync();
}
}