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

Commit 53d20e7d 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

Change-Id: I57ab8c02bf7ea6c1c9e7b9d2cb210756020f60b4
parents d344f6f1 457db48e
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;