mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-27 11:25:13 +01:00
Reformatted hint only when WebView
This commit is contained in:
@@ -1158,6 +1158,9 @@ public class FragmentOptionsBackup extends FragmentBase implements SharedPrefere
|
||||
if ("external_storage".equals(key))
|
||||
continue;
|
||||
|
||||
if ("reformatted_hint".equals(key))
|
||||
continue;
|
||||
|
||||
Object value = jsetting.get("value");
|
||||
String type = jsetting.optString("type");
|
||||
Log.i("Setting name=" + key + " value=" + value + " type=" + type);
|
||||
|
||||
Reference in New Issue
Block a user