From 48dcea0a0928719ad451eadcfcc68428aeb40024 Mon Sep 17 00:00:00 2001 From: Peter Maquiran Date: Wed, 27 Jul 2022 15:11:34 +0100 Subject: [PATCH] fix --- src/app/shared/chat/new-group/new-group.page.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/app/shared/chat/new-group/new-group.page.ts b/src/app/shared/chat/new-group/new-group.page.ts index 524e873a4..d4a4b9376 100644 --- a/src/app/shared/chat/new-group/new-group.page.ts +++ b/src/app/shared/chat/new-group/new-group.page.ts @@ -171,6 +171,10 @@ export class NewGroupPage implements OnInit{ }], }) }); + + setTimeout(() => { + this.groupName = "" + }, 150); } async addContacts(){