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

Commit 88ef4d2e authored by Łukasz Rymanowski's avatar Łukasz Rymanowski
Browse files

CsisService: Add missing return

Bug: 242645864
Tag: #feature
Test: compile
Change-Id: I70e7f0a8993aa8c8daca771008aa2b659387c692
parent 3cc77584
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -278,6 +278,7 @@ public class CsipSetCoordinatorService extends ProfileService {
            CsipSetCoordinatorStateMachine smConnect = getOrCreateStateMachine(device);
            if (smConnect == null) {
                Log.e(TAG, "Cannot connect to " + device + " : no state machine");
                return false;
            }
            smConnect.sendMessage(CsipSetCoordinatorStateMachine.CONNECT);
        }