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

Commit 7a6268ad authored by Brad Ebinger's avatar Brad Ebinger Committed by Gerrit Code Review
Browse files

Merge "MSIM: Correct SIM number in notification text"

parents 3edae861 1fbf8804
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -3679,8 +3679,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;