summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Grover <joeygrover@gmail.com>2023-02-13 11:45:07 -0500
committerGitHub <noreply@github.com>2023-02-13 11:45:07 -0500
commit8b648e12dd75b5b7e1839f53fca1f772d9ffac12 (patch)
treeffbc434d6a477906f39d0b6771722bc1f107948a
parent5280f0c5e4925fa3dd200ea71bda640b34f6c1c1 (diff)
downloadsdl_android-8b648e12dd75b5b7e1839f53fca1f772d9ffac12.tar.gz
Fix formatting error in SdlBroadcastReceiver #1840
Co-authored-by: Julian Kast <julian.kast@live.com>
-rw-r--r--android/sdl_android/src/main/java/com/smartdevicelink/transport/SdlBroadcastReceiver.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/sdl_android/src/main/java/com/smartdevicelink/transport/SdlBroadcastReceiver.java b/android/sdl_android/src/main/java/com/smartdevicelink/transport/SdlBroadcastReceiver.java
index 9b2eb9d84..2bfe13ef1 100644
--- a/android/sdl_android/src/main/java/com/smartdevicelink/transport/SdlBroadcastReceiver.java
+++ b/android/sdl_android/src/main/java/com/smartdevicelink/transport/SdlBroadcastReceiver.java
@@ -341,7 +341,7 @@ public abstract class SdlBroadcastReceiver extends BroadcastReceiver {
} else {
DebugTool.logInfo(TAG, "Not starting device listener, bluetooth device is null and other SDL apps installed.");
}
- } else if(isPreAndroid12RSOnDevice){
+ } else if (isPreAndroid12RSOnDevice) {
//If the RS app has the BLUETOOTH_CONNECT permission that means it
//will use its proper flow. If it doesn't, it's router service
//must be started to kick off the chain of staring a valid RS.