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

Commit 8bb61e68 authored by Android (Google) Code Review's avatar Android (Google) Code Review Committed by The Android Open Source Project
Browse files

am 58c24412: Merge change 3422 into donut

Merge commit '58c24412'

* commit '58c24412':
  Check AirplaneMode when enabling Bluetooth has finished.
parents 40dabea7 58c24412
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -372,6 +372,10 @@ public class BluetoothDeviceService extends IBluetoothDevice.Stub {
                mEventLoop.onModeChanged(getModeNative());
            }

            if (mIsAirplaneSensitive && isAirplaneModeOn()) {
                disable(false);
            }

        }
    }