This CL is not working (even after careful testing) but when I tried I was not completely ToT.
Revert "Fix bug #15170508 When I initially load settings, all on/off toggles start in off position then move to on after pane loads"
This reverts commit 1e52db8063
.
Change-Id: I73bdfeba4a4b3e993e37cdae1e3733ffe272b9eb
This commit is contained in:
@@ -48,10 +48,6 @@ public class ToggleSwitch extends Switch {
|
||||
mOnBeforeListener = listener;
|
||||
}
|
||||
|
||||
public OnBeforeCheckedChangeListener getOnBeforeCheckedChangeListener() {
|
||||
return mOnBeforeListener;
|
||||
}
|
||||
|
||||
@Override
|
||||
public void setChecked(boolean checked) {
|
||||
if (mOnBeforeListener != null
|
||||
|
Reference in New Issue
Block a user