diff --git a/src/app/pages/chat/chat.page.ts b/src/app/pages/chat/chat.page.ts index d83e749cd..4e266526d 100644 --- a/src/app/pages/chat/chat.page.ts +++ b/src/app/pages/chat/chat.page.ts @@ -434,7 +434,6 @@ hideRefreshButton(){ } async getGroups(){ - this.showLoader = true; this.result = this.chatService.getAllPrivateGroups().subscribe(async (res:any)=>{ if(res.groups != 200){ @@ -449,7 +448,6 @@ hideRefreshButton(){ return dateB - dateA; }); console.log(this.allGroups); - this.showLoader = false; /* }); */ if(this.route.url != "/home/chat"){ console.log("Timer message stop")