Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 91f4e5a8 authored by Alan Viverette's avatar Alan Viverette Committed by Android Git Automerger
Browse files

am 7a4d229d: Merge "Ensure recycled APN preferences are updated to show radio button" into lmp-dev

* commit '7a4d229d':
  Ensure recycled APN preferences are updated to show radio button
parents 299c6e12 7a4d229d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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);
            }