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