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

Commit 352c7aa4 authored by Jean-Baptiste Queru's avatar Jean-Baptiste Queru Committed by Android Git Automerger
Browse files

am 6ba73cc6: am 8bb154c2: Merge "resolved conflicts for merge of 4ea6a8eb to...

am 6ba73cc6: am 8bb154c2: Merge "resolved conflicts for merge of 4ea6a8eb to jb-mr1-dev" into jb-mr1-dev

* commit '6ba73cc6':
  Switch widget: Fix ON/OFF option update error
parents 04d14ac6 6ba73cc6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -664,7 +664,7 @@ public class Switch extends CompoundButton {
    @Override
    public void setChecked(boolean checked) {
        super.setChecked(checked);
        setThumbPosition(checked);
        setThumbPosition(isChecked());
        invalidate();
    }