From 09afc19dbb6cba1219d87670c1404879fc535a27 Mon Sep 17 00:00:00 2001 From: umasoodch Date: Tue, 11 Feb 2020 10:39:46 +0300 Subject: [PATCH] fixed multiple swipe alert issue --- Mohem/src/app/home/home.page.ts | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Mohem/src/app/home/home.page.ts b/Mohem/src/app/home/home.page.ts index 90f243d4..703e3fea 100644 --- a/Mohem/src/app/home/home.page.ts +++ b/Mohem/src/app/home/home.page.ts @@ -455,9 +455,10 @@ export class HomePage implements OnInit { if (this.common.validResponse(result)) { this.common.presentAlert(this.ts.trPK('home', 'swipeAlertSuccess')); this.showAttendanceTracking(); - } else { - this.common.presentAlert(this.ts.trPK('home', 'swipeAlertFailed')); } + // else { + // this.common.presentAlert(this.ts.trPK('home', 'swipeAlertFailed')); + // } }); }