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

This commit is contained in:
TreeHugger Robot
2020-04-13 18:03:12 +00:00
committed by Android (Google) Code Review
@@ -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);
}