mirror of
https://github.com/TeamNewPipe/NewPipe.git
synced 2024-11-25 12:32:31 +01:00
Make "Player notification" PreferenceScreen searchable
This commit is contained in:
parent
6e8c9f92cb
commit
66fffce87c
@ -1325,4 +1325,5 @@
|
||||
<item>@string/wifi_only</item>
|
||||
</string-array>
|
||||
<string name="streams_notifications_channels_key">streams_notifications_channels</string>
|
||||
<string name="player_notification_screen_key">player_notification_screen</string>
|
||||
</resources>
|
||||
|
@ -24,6 +24,7 @@
|
||||
app:iconSpaceReserved="false" />
|
||||
|
||||
<PreferenceScreen
|
||||
android:key="@string/player_notification_screen_key"
|
||||
android:fragment="org.schabi.newpipe.settings.PlayerNotificationSettingsFragment"
|
||||
android:summary="@string/settings_category_player_notification_summary"
|
||||
android:title="@string/settings_category_player_notification_title"
|
||||
|
Loading…
Reference in New Issue
Block a user