mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-12-25 17:12:38 +01:00
Move the setting at the beginning of the section
This commit is contained in:
parent
fb8408c3da
commit
76bc6a5e0a
@ -51,6 +51,11 @@
|
|||||||
android:persistent="false"
|
android:persistent="false"
|
||||||
android:title="@string/settings_notification_configuration">
|
android:title="@string/settings_notification_configuration">
|
||||||
|
|
||||||
|
<im.vector.app.core.preference.VectorPreference
|
||||||
|
android:persistent="false"
|
||||||
|
android:key="SETTINGS_UNIFIED_PUSH_RE_REGISTER_KEY"
|
||||||
|
android:title="@string/settings_unifiedpush_reregister" />
|
||||||
|
|
||||||
<!-- For API < 26 -->
|
<!-- For API < 26 -->
|
||||||
<im.vector.app.core.preference.VectorPreference
|
<im.vector.app.core.preference.VectorPreference
|
||||||
android:dialogTitle="@string/settings_notification_ringtone"
|
android:dialogTitle="@string/settings_notification_ringtone"
|
||||||
@ -77,11 +82,6 @@
|
|||||||
android:summary="@string/settings_system_preferences_summary"
|
android:summary="@string/settings_system_preferences_summary"
|
||||||
android:title="@string/settings_call_notifications_preferences" />
|
android:title="@string/settings_call_notifications_preferences" />
|
||||||
|
|
||||||
<im.vector.app.core.preference.VectorPreference
|
|
||||||
android:persistent="false"
|
|
||||||
android:key="SETTINGS_UNIFIED_PUSH_RE_REGISTER_KEY"
|
|
||||||
android:title="@string/settings_unifiedpush_reregister" />
|
|
||||||
|
|
||||||
</im.vector.app.core.preference.VectorPreferenceCategory>
|
</im.vector.app.core.preference.VectorPreferenceCategory>
|
||||||
|
|
||||||
<im.vector.app.core.preference.VectorPreferenceCategory
|
<im.vector.app.core.preference.VectorPreferenceCategory
|
||||||
|
Loading…
Reference in New Issue
Block a user