Skip to content

Commit ad68f9b

Browse files
committed
Add missing return satement in rs_notif timeout
1 parent 201e92f commit ad68f9b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1344,6 +1344,7 @@ private int getNotificationTimeout(String address){
13441344
// If this is the first time the service has ever connected to this device we want
13451345
// to ensure we have a record of it
13461346
setSDLConnectedStatus(address, false);
1347+
return FOREGROUND_TIMEOUT;
13471348
}
13481349
}
13491350
// If this is a new device or hasn't connected through SDL we want to limit the exposure

0 commit comments

Comments
 (0)