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

Commit d50ed0e7 authored by Myles Watson's avatar Myles Watson Committed by Android (Google) Code Review
Browse files

Merge "Bluetooth airplane listener: Check for null" into rvc-qpr-dev

parents 4d7d9c5f b68b97f2
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -127,8 +127,10 @@ class BluetoothAirplaneModeListener {
            }
            return;
        }
        if (mAirplaneHelper != null) {
            mAirplaneHelper.onAirplaneModeChanged(mBluetoothManager);
        }
    }

    @VisibleForTesting
    boolean shouldSkipAirplaneModeChange() {