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

Commit 592f5394 authored by Wenting Xiong's avatar Wenting Xiong Committed by android-build-merger
Browse files

Merge "SystemUI: Display RAT icon in quick setting when data is off"

am: f845bbdf

Change-Id: I3285f1f9e63cbf3d0487618b5ff636c7637ef9e4
parents 5f2f6523 f845bbdf
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -288,7 +288,7 @@ public class MobileSignalController extends SignalController<
        String description = null;
        // Only send data sim callbacks to QS.
        if (mCurrentState.dataSim) {
            qsTypeIcon = showDataIcon ? icons.mQsDataType : 0;
            qsTypeIcon = (showDataIcon || mConfig.alwaysShowDataRatIcon) ? icons.mQsDataType : 0;
            qsIcon = new IconState(mCurrentState.enabled
                    && !mCurrentState.isEmergency, getQsCurrentIconId(), contentDescription);
            description = mCurrentState.isEmergency ? null : mCurrentState.networkName;