summaryrefslogtreecommitdiff
path: root/src/components/HMI/app/view/sdl/AlertPopUp.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/HMI/app/view/sdl/AlertPopUp.js')
-rw-r--r--src/components/HMI/app/view/sdl/AlertPopUp.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/HMI/app/view/sdl/AlertPopUp.js b/src/components/HMI/app/view/sdl/AlertPopUp.js
index 20ba5c4fb..0589da364 100644
--- a/src/components/HMI/app/view/sdl/AlertPopUp.js
+++ b/src/components/HMI/app/view/sdl/AlertPopUp.js
@@ -140,7 +140,7 @@ SDL.AlertPopUp = Em.ContainerView.create({
this.set('content2', '');
this.set('content3', '');
- if (reason == 'timeout' && this.softbuttons.buttons._childViews.length > 0) {
+ if (reason == 'timeout' && this.softbuttons.buttons._childViews.length > 0 && reason === 'ABORTED') {
SDL.SDLController.alertResponse(SDL.SDLModel.resultCode['ABORTED'], this.alertRequestId);
} else {
SDL.SDLController.alertResponse(SDL.SDLModel.resultCode['SUCCESS'], this.alertRequestId);