Move the setting at the beginning of the section

This commit is contained in:
Benoit Marty 2022-06-01 17:21:39 +02:00 committed by Benoit Marty
parent fb8408c3da
commit 76bc6a5e0a

View File

@ -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
@ -126,4 +126,4 @@
android:key="SETTINGS_NOTIFICATIONS_TARGETS_PREFERENCE_KEY" android:key="SETTINGS_NOTIFICATIONS_TARGETS_PREFERENCE_KEY"
android:title="@string/settings_notifications_targets" /--> android:title="@string/settings_notifications_targets" /-->
</androidx.preference.PreferenceScreen> </androidx.preference.PreferenceScreen>