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

Commit eb996a47 authored by Łukasz Rymanowski's avatar Łukasz Rymanowski
Browse files

CsisService: Add missing return

Bug: 242645864
Tag: #feature
Test: compile
Merged-In: I70e7f0a8993aa8c8daca771008aa2b659387c692
Change-Id: I70e7f0a8993aa8c8daca771008aa2b659387c692
(cherry picked from commit 88ef4d2e)
parent ac4d6b31
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);
        }