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

Commit 90274b20 authored by tom hsu's avatar tom hsu Committed by Tom Hsu
Browse files

[Provider Model] fix incorrect signal icon on internet picker

 - Modify incorrect sub id to TelephonyManager

Bug: 204411539
Test: b/204411539#17
Change-Id: I7453267a1cd6158f03aa9b94f780fc2faa06d990
parent e386d498
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -316,7 +316,7 @@ public class SubscriptionsPreferenceController extends AbstractPreferenceControl
                : (serviceState.getState() == ServiceState.STATE_IN_SERVICE);
        if (isDataInService || isVoiceInService || isCarrierNetworkActive) {
            icon = mSubsPrefCtrlInjector.getIcon(mContext, level, numLevels,
                    !mTelephonyManager.isDataEnabled());
                    !tmForSubId.isDataEnabled());
        }

        final boolean isActiveCellularNetwork =