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

This commit is contained in:
PauloftheWest
2014-08-07 21:53:44 +00:00
committed by Android (Google) Code Review

View File

@@ -273,8 +273,6 @@ public class SimSettings extends RestrictedSettingsFragment implements Indexable
// SubscriptionManager.setDefaultSMSSubId(subId); // SubscriptionManager.setDefaultSMSSubId(subId);
} }
updateAllOptions();
return true; return true;
} }
}); });
@@ -357,6 +355,7 @@ public class SimSettings extends RestrictedSettingsFragment implements Indexable
mSubInfoRecord.mSubId); mSubInfoRecord.mSubId);
updateAllOptions(); updateAllOptions();
update();
} }
}); });