From afe207a878890ef325531055cd25bc4319528402 Mon Sep 17 00:00:00 2001 From: Yegor Vialov Date: Tue, 26 Nov 2019 20:56:24 +0000 Subject: [PATCH] Removes foreground location and Resolves #510 --- android/app/src/main/AndroidManifest.xml | 1 + lib/pages/main.page.dart | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index 42d44d8..c910ce3 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -6,6 +6,7 @@ + diff --git a/lib/pages/main.page.dart b/lib/pages/main.page.dart index d0d9e2a..eb3a553 100644 --- a/lib/pages/main.page.dart +++ b/lib/pages/main.page.dart @@ -122,8 +122,6 @@ class _MainPageState extends ReceiveShareState with WidgetsBindingObse _showInfoBottomBar(progress: true,); ConnectionManager().init(loadSettings: false, forceReconnect: false).then((_){ _fetchData(); - LocationManager().updateDeviceLocation(false); - //StartupUserMessagesManager().checkMessagesToShow(); }, onError: (e) { _setErrorState(e); });