Skip to content

Commit

Permalink
Fixed issue: GetInteriorVehicleDataConsent pop-up for reseting timeou…
Browse files Browse the repository at this point in the history
…t is not closed by response sending (#614)
  • Loading branch information
ValeriiMalkov authored Sep 20, 2021
1 parent d78b21b commit 63316f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/controller/sdl/RController.js
Original file line number Diff line number Diff line change
Expand Up @@ -546,6 +546,7 @@ SDL.RController = SDL.SDLController.extend(
function(result) {
allowed.push(result);
if(allowed.length == moduleIds.length) {
SDL.ResetTimeoutPopUp.stopRpcProcessing(request.method);
FFW.RC.GetInteriorVehicleDataConsentResponse(request, allowed);
}
}
Expand Down

0 comments on commit 63316f2

Please sign in to comment.