Skip to content
Snippets Groups Projects
Commit f84107ca authored by Ken Wakasa's avatar Ken Wakasa
Browse files

Fix discrepancy in the "show settings key" option

bug: 5155640
Change-Id: I2f5f88edde18d6464a67adcfad5aa92b05c36821
parent 1d0807c4
No related branches found
No related tags found
No related merge requests found
......@@ -20,7 +20,7 @@
<resources>
<bool name="config_enable_show_settings_key_option">true</bool>
<bool name="config_default_show_settings_key">true</bool>
<bool name="config_default_show_settings_key">false</bool>
<bool name="config_enable_show_voice_key_option">false</bool>
<bool name="config_enable_show_popup_on_keypress_option">false</bool>
<bool name="config_enable_show_recorrection_option">false</bool>
......
......@@ -53,7 +53,7 @@
android:key="show_settings_key"
android:title="@string/prefs_settings_key"
android:persistent="true"
android:defaultValue="false" />
android:defaultValue="@bool/config_default_show_settings_key" />
<ListPreference
android:key="voice_mode"
android:title="@string/voice_input"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment