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

Commit 845a4035 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

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

parents 1948abac 3367c335
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) {