mirror of
https://github.com/TeamNewPipe/NewPipe
synced 2024-12-23 16:40:32 +00:00
Fix release build by updating icon reference
Was changed in DayNight Theme, but only in debug resource and not release resource.
This commit is contained in:
parent
a3d74ea444
commit
781c499806
@ -42,7 +42,7 @@
|
|||||||
|
|
||||||
<PreferenceScreen
|
<PreferenceScreen
|
||||||
android:fragment="org.schabi.newpipe.settings.UpdateSettingsFragment"
|
android:fragment="org.schabi.newpipe.settings.UpdateSettingsFragment"
|
||||||
android:icon="@drawable/ic_cloud_download_black"
|
android:icon="@drawable/ic_cloud_download"
|
||||||
android:key="update_pref_screen_key"
|
android:key="update_pref_screen_key"
|
||||||
android:title="@string/settings_category_updates_title"
|
android:title="@string/settings_category_updates_title"
|
||||||
app:iconSpaceReserved="false" />
|
app:iconSpaceReserved="false" />
|
||||||
|
Loading…
Reference in New Issue
Block a user