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

Commit 46307b11 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

am: 2b155ef3

Change-Id: I301dd1bc64c4105612107ddfd19f88da696b9d21
parents 0c0c0035 2b155ef3
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) {