am ad955fe8
: Merge "SystemUI: Fix data activity overlay not being removed when data is disabled"
* commit 'ad955fe87f44b43dbb2842fdcbe4e62900b5a07f': SystemUI: Fix data activity overlay not being removed when data is disabled
This commit is contained in:
@ -988,6 +988,8 @@ public class NetworkController extends BroadcastReceiver {
|
|||||||
combinedActivityIconId = mMobileActivityIconId;
|
combinedActivityIconId = mMobileActivityIconId;
|
||||||
combinedSignalIconId = mDataSignalIconId; // set by updateDataIcon()
|
combinedSignalIconId = mDataSignalIconId; // set by updateDataIcon()
|
||||||
mContentDescriptionCombinedSignal = mContentDescriptionDataType;
|
mContentDescriptionCombinedSignal = mContentDescriptionDataType;
|
||||||
|
} else {
|
||||||
|
mMobileActivityIconId = 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user