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

Commit 15107701 authored by Jaikumar Ganesh's avatar Jaikumar Ganesh
Browse files

Add missing return statement.

Change-Id: Iee4ee8a62c5c85176c457bd674ac25acdf978ae9
parent 20c8f473
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -693,6 +693,7 @@ class BluetoothEventLoop {
            mAdapter.getRemoteDevice(address)) != null) {
            return true;
        }
        return false;
    }

    private boolean isOtherSinkInNonDisconnectingState(String address) {