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

Commit c51a58d8 authored by Tom Hsu's avatar Tom Hsu Committed by Android (Google) Code Review
Browse files

Merge "[Provider Model] fix incorrect signal icon on internet picker" into sc-v2-dev

parents 46655e62 90274b20
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 =