Fix issue #2594 (crash when Preferences are opened on Wear variant)
This commit is contained in:
parent
ddc259648d
commit
6a83770882
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto">
|
||||
|
||||
<CheckBoxPreference
|
||||
|
@ -244,4 +244,4 @@
|
|||
android:key="version_number"
|
||||
android:summary="Input Design"
|
||||
android:title="@string/pref_version" />
|
||||
</androidx.preference.PreferenceScreen>
|
||||
</PreferenceScreen>
|
||||
|
|
Loading…
Reference in a new issue