Skip to content

Commit 8b648e1

Browse files
Fix formatting error in SdlBroadcastReceiver #1840
Co-authored-by: Julian Kast <julian.kast@live.com>
1 parent 5280f0c commit 8b648e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/sdl_android/src/main/java/com/smartdevicelink/transport/SdlBroadcastReceiver.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ public void onComplete(Vector<ComponentName> routerServices) {
341341
} else {
342342
DebugTool.logInfo(TAG, "Not starting device listener, bluetooth device is null and other SDL apps installed.");
343343
}
344-
} else if(isPreAndroid12RSOnDevice){
344+
} else if (isPreAndroid12RSOnDevice) {
345345
//If the RS app has the BLUETOOTH_CONNECT permission that means it
346346
//will use its proper flow. If it doesn't, it's router service
347347
//must be started to kick off the chain of staring a valid RS.

0 commit comments

Comments
 (0)