diff options
Diffstat (limited to 'core/java/android/widget/CompoundButton.java')
| -rw-r--r-- | core/java/android/widget/CompoundButton.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/widget/CompoundButton.java b/core/java/android/widget/CompoundButton.java index 81aec9ceee35..d2464052e68f 100644 --- a/core/java/android/widget/CompoundButton.java +++ b/core/java/android/widget/CompoundButton.java @@ -173,7 +173,7 @@ public abstract class CompoundButton extends Button implements Checkable { } final AutofillManager afm = mContext.getSystemService(AutofillManager.class); if (afm != null) { - afm.valueChanged(this); + afm.notifyValueChanged(this); } mBroadcasting = false; |
