new dev bug: fixed crashing when not possible to show the new popup windows
This commit is contained in:
parent
fe0d09eb28
commit
44bd6ce084
9 changed files with 98 additions and 30 deletions
|
|
@ -29,19 +29,13 @@
|
|||
app:key="dictionary_truncate"
|
||||
app:title="@string/dictionary_truncate_title" />
|
||||
|
||||
<SwitchPreferenceCompat
|
||||
app:defaultValue="true"
|
||||
app:key="pref_quick_switch_language"
|
||||
app:title="@string/pref_quick_switch_language"
|
||||
app:summary="@string/pref_quick_switch_language_summary" />
|
||||
<io.github.sspanak.tt9.preferences.screens.languages.QuickSwitchLanguagePreference />
|
||||
|
||||
<PreferenceCategory
|
||||
app:title="@string/pref_category_custom_words"
|
||||
app:singleLineTitle="true">
|
||||
|
||||
<SwitchPreferenceCompat
|
||||
app:key="add_word_no_confirmation"
|
||||
app:title="@string/add_word_no_confirmation" />
|
||||
<io.github.sspanak.tt9.preferences.screens.languages.AddWordsWithoutConfirmationSwitch />
|
||||
|
||||
<Preference
|
||||
app:key="dictionary_import_custom"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue