Fix the initial background color of MainSwitchBar
we should check Switch.isChecked() status first. Bug: 207431726 Test: manual & robotest Change-Id: Ie748a88f7b05fc1047590b9a08e89115bfa2d535
This commit is contained in:
@@ -109,7 +109,7 @@ public class MainSwitchBar extends LinearLayout implements CompoundButton.OnChec
|
||||
a.recycle();
|
||||
}
|
||||
|
||||
setBackground(true);
|
||||
setBackground(mSwitch.isChecked());
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user