Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4743)

Unified Diff: chrome/android/java/res/xml/data_reduction_preferences.xml

Issue 2554723002: Fix Data Saver settings preference crash on Lenovo Zuk devices (Closed)
Patch Set: Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/android/java/src/org/chromium/chrome/browser/preferences/datareduction/DataReductionStatsPreference.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/java/res/xml/data_reduction_preferences.xml
diff --git a/chrome/android/java/res/xml/data_reduction_preferences.xml b/chrome/android/java/res/xml/data_reduction_preferences.xml
index 68bd1e0406a460d20e2acd036d2031d23a369f16..61002c9528a1b108aebf38055668a7c14538cb2c 100644
--- a/chrome/android/java/res/xml/data_reduction_preferences.xml
+++ b/chrome/android/java/res/xml/data_reduction_preferences.xml
@@ -8,6 +8,6 @@
<org.chromium.chrome.browser.preferences.datareduction.DataReductionStatsPreference
android:key="data_reduction_stats"
android:layout="@layout/custom_preference"
- android:widgetLayout="@layout/data_reduction_stats_layout" />
+ android:selectable="false" />
</PreferenceScreen>
« no previous file with comments | « no previous file | chrome/android/java/src/org/chromium/chrome/browser/preferences/datareduction/DataReductionStatsPreference.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698