Fix device notification settings preference color

This commit is contained in:
andrew
2023-05-17 14:39:47 +09:30
parent ab3caf8ab5
commit a334b8912a
2 changed files with 1 additions and 15 deletions

View File

@@ -10,7 +10,7 @@
android:summary="@string/preferences_notifications_strategy_category_fast_mode_summary"
android:defaultValue="false" />
<Preference android:layout="@layout/go_to_device_settings"
<Preference android:title="@string/go_to_device_notification_settings"
android:key="pref_notification_priority" />
</PreferenceCategory>