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

Commit 4573fc84 authored by Jason Monk's avatar Jason Monk Committed by android-build-merger
Browse files

Don't auto-mirror QS drawables

am: d686e9c2

Change-Id: I6c1861aad329727a9fefa7146e26c812db0f54bb
parents 4d520688 d686e9c2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -89,7 +89,7 @@ public class QSIconViewImpl extends QSIconView {
                    : state.icon.getInvisibleDrawable(mContext) : null;
            int padding = state.icon != null ? state.icon.getPadding() : 0;
            if (d != null) {
                d.setAutoMirrored(true);
                d.setAutoMirrored(false);
            }
            iv.setImageDrawable(d);
            iv.setTag(R.id.qs_icon_tag, state.icon);