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

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

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

* commit '73a6702e':
  CompoundButton: Let text can be changed by config
parents 7b6b85d2 73a6702e
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);