Skip to content

Commit 66fffce

Browse files
committed
Make "Player notification" PreferenceScreen searchable
1 parent 6e8c9f9 commit 66fffce

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

app/src/main/res/values/settings_keys.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1325,4 +1325,5 @@
13251325
<item>@string/wifi_only</item>
13261326
</string-array>
13271327
<string name="streams_notifications_channels_key">streams_notifications_channels</string>
1328+
<string name="player_notification_screen_key">player_notification_screen</string>
13281329
</resources>

app/src/main/res/xml/appearance_settings.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
app:iconSpaceReserved="false" />
2525

2626
<PreferenceScreen
27+
android:key="@string/player_notification_screen_key"
2728
android:fragment="org.schabi.newpipe.settings.PlayerNotificationSettingsFragment"
2829
android:summary="@string/settings_category_player_notification_summary"
2930
android:title="@string/settings_category_player_notification_title"

0 commit comments

Comments
 (0)