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

Commit a6cadd4c 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

am: 592f5394

Change-Id: I88d871f593ff64ebea1c36f42a8fe59d69d3b6f3
parents 89720a2c 592f5394
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;