Apply correct tint to custom menu item icons (#32244)
Apply tinting to correct drawable
This commit is contained in:
+1
-1
@@ -387,7 +387,7 @@ public class CustomizeBraveMenu {
|
||||
new BitmapDrawable(context.getResources(), bitmap);
|
||||
|
||||
// Apply tinting.
|
||||
maybeApplyTinting(context, drawable);
|
||||
maybeApplyTinting(context, resizedDrawable);
|
||||
|
||||
// Return to UI thread with result.
|
||||
PostTask.postTask(
|
||||
|
||||
Reference in New Issue
Block a user