Reformatted hint only when WebView

This commit is contained in:
M66B
2023-02-28 18:07:34 +01:00
parent 273b05e7a1
commit 8b79e0fb3f
2 changed files with 4 additions and 1 deletions

View File

@@ -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);