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

Commit 36a00809 authored by SongFerng Wang's avatar SongFerng Wang Committed by Android (Google) Code Review
Browse files

Merge "Avoid to show sim onboarding during the SUW" into main

parents e2eed370 137b5e50
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -385,6 +385,10 @@ public class SimSlotChangeHandler {
    }

    private void startSimConfirmDialogActivity(int subId) {
        if (!isSuwFinished(mContext)) {
            Log.d(TAG, "Still in SUW. Do nothing");
            return;
        }
        if (!SubscriptionManager.isUsableSubscriptionId(subId)) {
            Log.i(TAG, "Unable to enable subscription due to invalid subscription ID.");
            return;