diff options
| author | Conley Owens <cco3@android.com> | 2014-01-06 23:48:58 +0000 |
|---|---|---|
| committer | Android Git Automerger <android-git-automerger@android.com> | 2014-01-06 23:48:58 +0000 |
| commit | 5b44325fff247558ca36d83930b877dc44e5e219 (patch) | |
| tree | ddbfc85ae17be0af0afa484e441fd0f6c1507e06 /core/java/android/widget/CompoundButton.java | |
| parent | 971003c9ffc854f4b080af902457e7a6447f692a (diff) | |
| parent | 849ab14d7237d3474f6dde3731ab65624ac297ac (diff) | |
am 849ab14d: am 7f16047b: am 73a6702e: am 4440a824: Merge "CompoundButton: Let text can be changed by config"
* commit '849ab14d7237d3474f6dde3731ab65624ac297ac':
CompoundButton: Let text can be changed by config
Diffstat (limited to 'core/java/android/widget/CompoundButton.java')
| -rw-r--r-- | core/java/android/widget/CompoundButton.java | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/core/java/android/widget/CompoundButton.java b/core/java/android/widget/CompoundButton.java index 082ff3d46906..abddc9019095 100644 --- a/core/java/android/widget/CompoundButton.java +++ b/core/java/android/widget/CompoundButton.java @@ -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); |
