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

Commit 15332efd authored by Andrew Flynn's avatar Andrew Flynn Committed by Android (Google) Code Review
Browse files

Merge "Set phone/data signal icon ids to 0 in airplane mode" into jb-dev

parents 1dee8974 c325cba2
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) {