am 4440a824: Merge "CompoundButton: Let text can be changed by config"
* commit '4440a8244ea4fdd7c63083bcd7d4b179e851c17a': CompoundButton: Let text can be changed by config
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user