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

Commit 2bb72253 authored by Steve Kondik's avatar Steve Kondik Committed by Gerrit Code Review
Browse files

Merge "SystemUI: Fix data activity overlay not being removed when data is disabled" into ics

parents f091f607 5c39b1ce
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -777,6 +777,8 @@ public class NetworkController extends BroadcastReceiver {
            combinedActivityIconId = mMobileActivityIconId;
            combinedSignalIconId = mDataSignalIconId; // set by updateDataIcon()
            mContentDescriptionCombinedSignal = mContentDescriptionDataType;
        } else {
            mMobileActivityIconId = 0;
        }
        
        if (mWifiConnected) {