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

Commit 58c24412 authored by Android (Google) Code Review's avatar Android (Google) Code Review
Browse files

Merge change 3422 into donut

* changes:
  Check AirplaneMode when enabling Bluetooth has finished.
parents 9d9953d9 5c43f735
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);
            }

        }
    }