Merge "Apply checkbox enable state on viewholder bind"
This commit is contained in:
committed by
Android (Google) Code Review
commit
525d757c09
@@ -83,6 +83,7 @@ public class MasterCheckBoxPreference extends TwoTargetPreference {
|
||||
if (mCheckBox != null) {
|
||||
mCheckBox.setContentDescription(getTitle());
|
||||
mCheckBox.setChecked(mChecked);
|
||||
mCheckBox.setEnabled(mEnableCheckBox);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user