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

Commit c325cba2 authored by Andrew Flynn's avatar Andrew Flynn
Browse files

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
parent 101fb9fe
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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) {