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

* commit '73a6702eeaabdeb7b405ec504413d41716ef3508':
  CompoundButton: Let text can be changed by config
This commit is contained in:
Conley Owens
2014-01-06 15:41:50 -08:00
committed by Android Git Automerger

View File

@@ -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);