Skip to content

Commit 83dcafe

Browse files
authored
Merge pull request #454 from smartdevicelink/revert-432-bugfix/issue_431
Revert "Bugfix/issue 431"
2 parents 35ca7f8 + f883dd5 commit 83dcafe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdl_android/src/main/java/com/smartdevicelink/proxy/SdlProxyBase.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1401,7 +1401,7 @@ protected void cycleProxy(SdlDisconnectedReason disconnectedReason) {
14011401
_cycling = true;
14021402
cleanProxy(disconnectedReason);
14031403
initializeProxy();
1404-
if(!SdlDisconnectedReason.LEGACY_BLUETOOTH_MODE_ENABLED.equals(disconnectedReason) && !_transportConfig.getTransportType().equals(TransportType.MULTIPLEX)){
1404+
if(!SdlDisconnectedReason.LEGACY_BLUETOOTH_MODE_ENABLED.equals(disconnectedReason)){//We don't want to alert higher if we are just cycling for legacy bluetooth
14051405
notifyProxyClosed("Sdl Proxy Cycled", new SdlException("Sdl Proxy Cycled", SdlExceptionCause.SDL_PROXY_CYCLED), disconnectedReason);
14061406
}
14071407
}

0 commit comments

Comments
 (0)