Vishnu Mohandas 4 年之前
父節點
當前提交
58d4635bb5
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      lib/main.dart

+ 1 - 0
lib/main.dart

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