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

Commit 393e3170 authored by Daniel Sandler's avatar Daniel Sandler Committed by Android Git Automerger
Browse files

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

* commit 'ad955fe8':
  SystemUI: Fix data activity overlay not being removed when data is disabled
parents 1112a376 ad955fe8
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;
            }
        }