Merge "Ensure recycled APN preferences are updated to show radio button" into lmp-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
7a4d229d2d
@@ -71,6 +71,7 @@ public class ApnPreference extends Preference implements
|
||||
mProtectFromCheckedChange = true;
|
||||
rb.setChecked(isChecked);
|
||||
mProtectFromCheckedChange = false;
|
||||
rb.setVisibility(View.VISIBLE);
|
||||
} else {
|
||||
rb.setVisibility(View.GONE);
|
||||
}
|
||||
|
Reference in New Issue
Block a user