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

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

Merge "Resolve work switch drawable RTL issue" into ub-launcher3-rvc-dev

parents 411a0866 22557d7a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -73,7 +73,7 @@ public class WorkModeSwitch extends Switch implements Insettable {

    private void setCheckedInternal(boolean checked) {
        super.setChecked(checked);
        setCompoundDrawablesWithIntrinsicBounds(
        setCompoundDrawablesRelativeWithIntrinsicBounds(
                checked ? R.drawable.ic_corp : R.drawable.ic_corp_off, 0, 0, 0);
    }