From aee35ed3edb9c47ae9553610193a655858044d74 Mon Sep 17 00:00:00 2001 From: Georg Lukas Date: Sun, 8 Oct 2023 17:51:59 +0200 Subject: [PATCH] XXX OSM: do not check permissions immediately --- src/MapAct.scala | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/MapAct.scala b/src/MapAct.scala index e21f68e..c68c96b 100644 --- a/src/MapAct.scala +++ b/src/MapAct.scala @@ -61,7 +61,8 @@ class MapAct extends MapActivity with MapMenuHelper { setLongTitle(R.string.app_map, targetcall) setKeepScreenOn() setVolumeControls() - checkPermissions(Array(Manifest.permission.READ_EXTERNAL_STORAGE, Manifest.permission.WRITE_EXTERNAL_STORAGE), RELOAD_MAP) + //checkPermissions(Array(Manifest.permission.READ_EXTERNAL_STORAGE, Manifest.permission.WRITE_EXTERNAL_STORAGE), RELOAD_MAP) + reloadMapAndTheme() mapview.requestFocus() }