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:
@@ -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();
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user