diff options
author | Fabian Henneke <FabianHenneke@users.noreply.github.com> | 2020-07-14 11:30:29 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-14 15:00:29 +0530 |
commit | 681c557e9ef174543c290aff4346a52326ba3950 (patch) | |
tree | e893d4403a36686da7ef0b25979edd792ee66cad /app/src/main/res/xml/preference.xml | |
parent | 2f657108b3cc6a8d41f2a06ad53e9e45f816e1bb (diff) |
Revert "Work around Chrome Autofill issue (#921)" (#933)
Diffstat (limited to 'app/src/main/res/xml/preference.xml')
-rw-r--r-- | app/src/main/res/xml/preference.xml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/app/src/main/res/xml/preference.xml b/app/src/main/res/xml/preference.xml index d4ec4139..0d71d6cc 100644 --- a/app/src/main/res/xml/preference.xml +++ b/app/src/main/res/xml/preference.xml @@ -10,11 +10,6 @@ app:defaultValue="true" app:key="autofill_enable" app:title="@string/pref_autofill_enable_title" /> - <SwitchPreferenceCompat - app:defaultValue="true" - app:key="oreo_autofill_chrome_compat_fix" - app:summary="@string/oreo_autofill_chrome_compat_fix_preference_summary" - app:title="@string/oreo_autofill_chrome_compat_fix_preference_title" /> <ListPreference app:defaultValue="file" app:entries="@array/oreo_autofill_directory_structure_entries" |