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

Commit 97535e83 authored by PauloftheWest's avatar PauloftheWest
Browse files

Removed infinite loop in Multi-Sim Settings.

Change-Id: I1d5e78abcd9b93d8fb4e1b6c14d73f9d23dce38d
parent ff150032
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();
                }
            });