Merge pull request #2659 from dlvoy/fix-2594-wearos-preferences

Fix issue #2594 (crash when Preferences are opened on Wear variant)
This commit is contained in:
Milos Kozak 2020-05-19 20:57:14 +02:00 committed by GitHub
commit 377fece340
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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>