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

Commit ad955fe8 authored by Daniel Sandler's avatar Daniel Sandler Committed by android code review
Browse files

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

parents 416362e6 3d30590b
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -976,6 +976,8 @@ public class NetworkController extends BroadcastReceiver {
                combinedActivityIconId = mMobileActivityIconId;
                combinedSignalIconId = mDataSignalIconId; // set by updateDataIcon()
                mContentDescriptionCombinedSignal = mContentDescriptionDataType;
            } else {
                mMobileActivityIconId = 0;
            }
        }