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

Commit 82d394dc authored by Brad Ebinger's avatar Brad Ebinger Committed by android-build-merger
Browse files

Merge "MSIM: Correct SIM number in notification text"

am: 7a6268ad

Change-Id: I1c6fc7c97589b71bd72e88e2a6ee99bbeafba508
parents ebb947f5 7a6268ad
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -3692,8 +3692,8 @@ public class ServiceStateTracker extends Handler {
                    return;
                } else {
                    icon = com.android.internal.R.drawable.stat_notify_mmcc_indication_icn;
                    // if using the single SIM resource, mSubId will be ignored
                    title = context.getString(resId, mSubId);
                    // if using the single SIM resource, simNumber will be ignored
                    title = context.getString(resId, simNumber);
                    details = null;
                }
                break;