optimized and removed travel mode
This commit is contained in:
@ -85,10 +85,6 @@ class _MyAppState extends State<MyApp> with WidgetsBindingObserver {
|
||||
case AppLifecycleState.resumed:
|
||||
//print("RESUMED");
|
||||
restoreGame();
|
||||
if (destinationController.positionStream == null) {
|
||||
//destinationController.startGPSTimer();
|
||||
//destinationController.startGame();
|
||||
}
|
||||
break;
|
||||
case AppLifecycleState.inactive:
|
||||
//print("INACTIVE");
|
||||
|
||||
Reference in New Issue
Block a user