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

Commit 2b7a7f8e authored by Hansong Zhang's avatar Hansong Zhang Committed by Gerrit Code Review
Browse files

Merge "Bluetooth airplane listener: Check for null"

parents 39dd3d88 b49f8660
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -119,8 +119,10 @@ class BluetoothAirplaneModeListener {
            }
            return;
        }
        if (mAirplaneHelper != null) {
            mAirplaneHelper.onAirplaneModeChanged(mBluetoothManager);
        }
    }

    @VisibleForTesting
    boolean shouldSkipAirplaneModeChange() {