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
diff --git a/src/com/android/settings/ApnPreference.java b/src/com/android/settings/ApnPreference.java
index addb695..1e29d22 100644
--- a/src/com/android/settings/ApnPreference.java
+++ b/src/com/android/settings/ApnPreference.java
@@ -71,6 +71,7 @@
                 mProtectFromCheckedChange = true;
                 rb.setChecked(isChecked);
                 mProtectFromCheckedChange = false;
+                rb.setVisibility(View.VISIBLE);
             } else {
                 rb.setVisibility(View.GONE);
             }