Skip to content

Commit cecba75

Browse files
committed
add missing clean when closing down LCM
1 parent b467c07 commit cecba75

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

android/sdl_android/src/main/java/com/smartdevicelink/managers/lifecycle/LifecycleManager.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,7 @@ void onTransportDisconnected(String info, boolean availablePrimary, BaseTranspor
167167
DebugTool.logInfo(TAG, "notifying RPC session ended, but potential primary transport available");
168168
cycle(SdlDisconnectedReason.PRIMARY_TRANSPORT_CYCLE_REQUEST);
169169
} else {
170+
clean(false);
170171
onClose(info, null, null);
171172
}
172173
}

0 commit comments

Comments
 (0)