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:
Alan Viverette
2014-10-01 20:12:01 +00:00
committed by Android Git Automerger

View File

@@ -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);
}