Set phone/data signal icon ids to 0 in airplane mode
Sets the views to be GONE and also triggers a view refresh for airplane mode switching Bug: 6531918 Change-Id: I3b544df3665c16ff11cb79c6fa882fa4314db680
This commit is contained in:
@@ -1000,7 +1000,7 @@ public class NetworkController extends BroadcastReceiver {
|
||||
mContentDescriptionPhoneSignal = mContext.getString(
|
||||
R.string.accessibility_airplane_mode);
|
||||
mAirplaneIconId = R.drawable.stat_sys_signal_flightmode;
|
||||
mDataTypeIconId = 0;
|
||||
mPhoneSignalIconId = mDataSignalIconId = mDataTypeIconId = 0;
|
||||
|
||||
// combined values from connected wifi take precedence over airplane mode
|
||||
if (mWifiConnected) {
|
||||
|
||||
Reference in New Issue
Block a user