mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-02 13:14:39 +00:00
Skip importing external storage option
This commit is contained in:
parent
d668c9552f
commit
5228f25e8c
1 changed files with 3 additions and 0 deletions
|
@ -1384,6 +1384,9 @@ public class ActivitySetup extends ActivityBase implements FragmentManager.OnBac
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if ("external_storage".equals(key))
|
||||||
|
continue;
|
||||||
|
|
||||||
Object value = jsetting.get("value");
|
Object value = jsetting.get("value");
|
||||||
String type = jsetting.optString("type");
|
String type = jsetting.optString("type");
|
||||||
Log.i("Setting name=" + key + " value=" + value + " type=" + type);
|
Log.i("Setting name=" + key + " value=" + value + " type=" + type);
|
||||||
|
|
Loading…
Reference in a new issue