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

Commit 1ef26c55 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Fixed two icons shown after switching to single SIM" into main am:...

Merge "Fixed two icons shown after switching to single SIM" into main am: 5cecc99d am: c064b51a am: 4e1d5243

Original change: https://android-review.googlesource.com/c/platform/frameworks/opt/telephony/+/2731569



Change-Id: Idd4c3d1f21419aa6bf36db72960ce7d0e6efe720
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 9bd01f0d 4e1d5243
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -487,7 +487,7 @@ public class SubscriptionManagerService extends ISub.Stub {
                    @Override
                    public void onInitialized() {
                        log("Subscription database has been initialized.");
                        for (int phoneId = 0; phoneId < mTelephonyManager.getActiveModemCount()
                        for (int phoneId = 0; phoneId < mTelephonyManager.getSupportedModemCount()
                                ; phoneId++) {
                            markSubscriptionsInactive(phoneId);
                        }