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

Commit a72788e9 authored by Pawit Pornkitprasan's avatar Pawit Pornkitprasan Committed by Gerrit Code Review
Browse files

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

If mobile data connection is disabled while there is active data
activity, the data activity overlay will not be removed and will
be stuck there. This patch fixes that.

Change-Id: I4cc1a14bb2e2d85687752657608e5989adfe9af1
parent 92a5da7a
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -965,6 +965,8 @@ public class NetworkController extends BroadcastReceiver {
                combinedActivityIconId = mMobileActivityIconId;
                combinedSignalIconId = mDataSignalIconId; // set by updateDataIcon()
                mContentDescriptionCombinedSignal = mContentDescriptionDataType;
            } else {
                mMobileActivityIconId = 0;
            }
        }