Skip to content

Commit 36dd4cb

Browse files
authored
Merge pull request #1390 from smartdevicelink/bugfix/issue_1372
Keep RPCNotificationListeners after setting in LCM
2 parents a4cb87c + e7d01de commit 36dd4cb

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

base/src/main/java/com/smartdevicelink/managers/BaseSdlManager.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,6 @@ void handleQueuedNotifications() {
311311
//Set variables to null that are no longer needed
312312
queuedNotifications = null;
313313
queuedNotificationListener = null;
314-
onRPCNotificationListeners = null;
315314
}
316315
}
317316

hello_sdl_java/src/main/java/com/smartdevicelink/java/SdlService.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ public void onDestroy(SdlManager sdlManager) {
130130
SdlService.this.sdlManager = null;
131131
if(SdlService.this.callback != null){
132132
SdlService.this.callback.onEnd();
133+
stop();
133134
}
134135
}
135136

0 commit comments

Comments
 (0)