Fix C80-related crash in Privacy settings on Android

This commit is contained in:
Emerick Rogul
2020-02-03 10:03:56 -05:00
parent daaa5f6f5f
commit 5cbe851ed6
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -7,13 +7,13 @@
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android" android:orderingFromXml="true">
<org.chromium.chrome.browser.preferences.ChromeSwitchPreference
<org.chromium.chrome.browser.settings.ChromeSwitchPreference
android:key="use_rewards_staging_server"
android:title="Use Rewards staging server"
android:summaryOn="@string/text_on"
android:summaryOff="@string/text_off" />
<org.chromium.chrome.browser.preferences.ChromeSwitchPreference
<org.chromium.chrome.browser.settings.ChromeSwitchPreference
android:key="qa_maximize_initial_ads_number"
android:title="Maximize initial ads number"
android:summaryOn="@string/text_on"