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

Commit d8a6c59d authored by Conley Owens's avatar Conley Owens Committed by Android Git Automerger
Browse files

am 5b44325f: am 849ab14d: am 7f16047b: am 73a6702e: am 4440a824: Merge...

am 5b44325f: am 849ab14d: am 7f16047b: am 73a6702e: am 4440a824: Merge "CompoundButton: Let text can be changed by config"

* commit '5b44325f':
  CompoundButton: Let text can be changed by config
parents 344389f7 5b44325f
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -366,8 +366,6 @@ public abstract class CompoundButton extends Button implements Checkable {

    @Override
    public Parcelable onSaveInstanceState() {
        // Force our ancestor class to save its state
        setFreezesText(true);
        Parcelable superState = super.onSaveInstanceState();

        SavedState ss = new SavedState(superState);