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

Commit 2b155ef3 authored by Evan Laird's avatar Evan Laird Committed by android-build-merger
Browse files

Merge "Fix RTL drawing for QS tiles in edit mode" into oc-dr1-dev

am: 845a4035

Change-Id: I6474c59be48650b2e5f6ea45489c59b8bb36d3cd
parents 390dfa2b 845a4035
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -96,6 +96,7 @@ public class QSIconViewImpl extends QSIconView {
            int padding = state.icon != null ? state.icon.getPadding() : 0;
            if (d != null) {
                d.setAutoMirrored(false);
                d.setLayoutDirection(getLayoutDirection());
            }
            iv.setImageDrawable(d);
            if (state.slash != null && iv instanceof SlashImageView) {