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

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

am 849ab14d: am 7f16047b: am 73a6702e: am 4440a824: Merge "CompoundButton: Let...

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

* commit '849ab14d':
  CompoundButton: Let text can be changed by config
parents 971003c9 849ab14d
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -363,8 +363,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);