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

Commit b0a97a52 authored by PauloftheWest's avatar PauloftheWest Committed by Android (Google) Code Review
Browse files

Merge "Removed infinite loop in Multi-Sim Settings." into lmp-dev

parents 39a37163 97535e83
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -273,8 +273,6 @@ public class SimSettings extends RestrictedSettingsFragment implements Indexable
                    // SubscriptionManager.setDefaultSMSSubId(subId);
                }

                updateAllOptions();

                return true;
            }
        });
@@ -357,6 +355,7 @@ public class SimSettings extends RestrictedSettingsFragment implements Indexable
                        mSubInfoRecord.mSubId);

                    updateAllOptions();
                    update();
                }
            });