Correctly theme download icon in settings (#6465)

This commit is contained in:
mueller-ma
2023-05-05 19:13:36 +02:00
committed by GitHub
parent 1bc053186d
commit 446b938b3a

View File

@ -25,7 +25,7 @@
android:key="prefScreenDownloads"
android:title="@string/downloads_pref"
android:summary="@string/downloads_pref_sum"
android:icon="@drawable/ic_download_black" />
android:icon="@drawable/ic_download" />
<Preference
android:key="prefScreenSynchronization"