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

Commit 65e348e1 authored by Pengquan Meng's avatar Pengquan Meng Committed by android-build-merger
Browse files

Merge "Fixed phone crash issue on no-sim device" am: 457db48e am: 53d20e7d

am: 1e19b5a7

Change-Id: I4ed54b5bf4856422f869981859a79c2be3e96f08
parents 9407e359 1e19b5a7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -123,7 +123,7 @@ public class CarrierServiceBindHelper {
        if (!SubscriptionManager.isValidPhoneId(phoneId)) {
            return;
        }
        if (TextUtils.isEmpty(simState)) return;
        if (TextUtils.isEmpty(simState) || phoneId >= mLastSimState.length) return;
        if (simState.equals(mLastSimState[phoneId])) {
            // ignore consecutive duplicated events
            return;