Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8066ea30 authored by Dhina17's avatar Dhina17
Browse files

SystemUI: Remove icon tint for user switch items in global actions

Users have icons with colors or images so having tint makes
it not clearly visible.

Change-Id: I4bb3060c2a82ad39de5ceff5bdbb4ddf43de46dc
parent fecb17f4
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1839,6 +1839,7 @@ public class GlobalActionsDialogLite implements DialogInterface.OnDismissListene
            messageView.setSelected(true); // necessary for marquee to work

            icon.setImageDrawable(action.getIcon(mContext));
            icon.setColorFilter(Color.TRANSPARENT); // Remove tint
            icon.setScaleType(ScaleType.CENTER_CROP);

            if (action.getMessage() != null) {