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

Commit 15e59e74 authored by Adnan's avatar Adnan Committed by Casey Kelso
Browse files

SystemUI: Fix signal cluster hiding data icon on data disabled.

 972a6e65 removed the zero'ing of the datatype icon, restore the
 original behavior.

Change-Id: I5794582673b13835d9264d7615d640308bf3fbe3
(cherry picked from commit 57829eed)
parent c0b3d07c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1226,6 +1226,7 @@ public class MSimNetworkController extends NetworkController {
        if (!mMSimDataConnected[subscription]) {
            if (DEBUG) Slog.d(TAG, "refreshViews: Data not connected!! Set no data type icon / Roaming for"
                    + " subscription: " + subscription);
            mMSimDataTypeIconId[subscription] = 0;
            if (subscription == dataSub) mQSDataTypeIconId = 0;
            if (isCdma(subscription)) {
                if (isCdmaEri(subscription)) {