Merge "Removed infinite loop in Multi-Sim Settings." into lmp-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
b0a97a52df
@@ -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();
|
||||
}
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user