fixed multiple swipe alert issue

MOHEMM-SFH-COLORS
umasoodch 6 years ago
parent 7bd0701d75
commit 09afc19dbb

@ -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'));
// }
});
}

Loading…
Cancel
Save