We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1dee897 + c325cba commit 15332efCopy full SHA for 15332ef
packages/SystemUI/src/com/android/systemui/statusbar/policy/NetworkController.java
@@ -1000,7 +1000,7 @@ void refreshViews() {
1000
mContentDescriptionPhoneSignal = mContext.getString(
1001
R.string.accessibility_airplane_mode);
1002
mAirplaneIconId = R.drawable.stat_sys_signal_flightmode;
1003
- mDataTypeIconId = 0;
+ mPhoneSignalIconId = mDataSignalIconId = mDataTypeIconId = 0;
1004
1005
// combined values from connected wifi take precedence over airplane mode
1006
if (mWifiConnected) {
0 commit comments