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

* commit 'b0a97a52dffa5ea3520cb2ff58681c2782b53160':
  Removed infinite loop in Multi-Sim Settings.
This commit is contained in:
PauloftheWest
2014-08-07 22:00:50 +00:00
committed by Android Git Automerger

View File

@@ -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();
}
});