Apply correct tint to custom menu item icons (#32244)

Apply tinting to correct drawable
This commit is contained in:
Simone Arpe
2025-11-11 15:42:27 +01:00
committed by GitHub
parent 3ae2eff960
commit 382d7d9a44
@@ -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(