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

Commit 0d43c567 authored by Daniel Sandler's avatar Daniel Sandler Committed by Android Git Automerger
Browse files

am 393e3170: am ad955fe8: Merge "SystemUI: Fix data activity overlay not being...

am 393e3170: am ad955fe8: Merge "SystemUI: Fix data activity overlay not being removed when data is disabled"

* commit '393e3170':
  SystemUI: Fix data activity overlay not being removed when data is disabled
parents 8d864647 393e3170
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -988,6 +988,8 @@ public class NetworkController extends BroadcastReceiver {
                combinedActivityIconId = mMobileActivityIconId;
                combinedSignalIconId = mDataSignalIconId; // set by updateDataIcon()
                mContentDescriptionCombinedSignal = mContentDescriptionDataType;
            } else {
                mMobileActivityIconId = 0;
            }
        }