Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4404a30b authored by Sumit Pundir's avatar Sumit Pundir
Browse files

Fix settings crash issue

parent 7f99ed66
Loading
Loading
Loading
Loading
Loading
+31 −0
Original line number Diff line number Diff line
From 90b85e6e975b988d76521d6f6611bffac9abd812 Mon Sep 17 00:00:00 2001
From: Sumit Pundir <pundirsumit11@gmail.com>
Date: Wed, 8 May 2019 20:03:02 +0530
Subject: [PATCH] Fix settings crash

Partial revert of build/patches/e-disable-autofill.patch

Signed-off-by: Sumit Pundir <pundirsumit11@gmail.com>
---
 chrome/android/java/res/xml/main_preferences.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/chrome/android/java/res/xml/main_preferences.xml b/chrome/android/java/res/xml/main_preferences.xml
index 740ae87021fe..f0043cae48ba 100644
--- a/chrome/android/java/res/xml/main_preferences.xml
+++ b/chrome/android/java/res/xml/main_preferences.xml
@@ -40,6 +40,11 @@
         android:key="autofill_addresses"
         android:order="7"
         android:title="@string/autofill_addresses_settings_title"/>
+    <org.chromium.chrome.browser.preferences.ChromeBasePreference
+        android:fragment="org.chromium.chrome.browser.preferences.autofill_assistant.AutofillAssistantPreferences"
+        android:key="autofill_assistant"
+        android:order="8"
+        android:title="@string/prefs_autofill_assistant_title"/>
     <Preference
         android:fragment="org.chromium.chrome.browser.preferences.NotificationsPreferences"
         android:key="notifications"
-- 
2.17.1
+1 −0
Original line number Diff line number Diff line
@@ -119,3 +119,4 @@ e-set-informations.patch
e-enable-search-suggestion.patch
e-disable-autofill.patch
e-rebrand-translations.patch
e-fix-settings-crash-issue.patch