Showing
1 changed file
with
0 additions
and
1 deletions
| @@ -56,7 +56,6 @@ class _MobileScannerState extends State<MobileScanner> | @@ -56,7 +56,6 @@ class _MobileScannerState extends State<MobileScanner> | ||
| 56 | 56 | ||
| 57 | @override | 57 | @override |
| 58 | void didChangeAppLifecycleState(AppLifecycleState state) { | 58 | void didChangeAppLifecycleState(AppLifecycleState state) { |
| 59 | - | ||
| 60 | // App state changed before it is initialized. | 59 | // App state changed before it is initialized. |
| 61 | if (controller.isStarting) { | 60 | if (controller.isStarting) { |
| 62 | return; | 61 | return; |
-
Please register or login to post a comment