mirror of
https://github.com/mihonapp/mihon.git
synced 2025-11-14 13:08:56 +01:00
Fix black icon for small notifications on EMUI (#5350)
* Set notification icon fillColor to Android white Closes #5340 * Remove '_black' suffix from the glasses icon drawable
This commit is contained in:
@@ -67,7 +67,7 @@ class MoreController :
|
||||
key = Keys.incognitoMode
|
||||
summaryRes = R.string.pref_incognito_mode_summary
|
||||
titleRes = R.string.pref_incognito_mode
|
||||
iconRes = R.drawable.ic_glasses_black_24dp
|
||||
iconRes = R.drawable.ic_glasses_24dp
|
||||
iconTint = tintColor
|
||||
defaultValue = false
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user