Fixe merge

This commit is contained in:
Peter Maquiran
2021-04-28 11:43:42 +01:00
52 changed files with 1211 additions and 207 deletions
@@ -100,7 +100,10 @@ export class ViewEventPage implements OnInit {
buttons: ['OK']
});
await alert.present();
setTimeout(()=>{
alert.dismiss();
}, 1500);
this.close();
});
}