mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
dont show skeleton when there is chat
This commit is contained in:
@@ -215,12 +215,12 @@ export class WsChatMethodsService {
|
||||
await this.storage.set('Rooms', rooms);
|
||||
|
||||
|
||||
setTimeout(()=>{
|
||||
setTimeout(() => {
|
||||
this.sortRoomList()
|
||||
}, 1000)
|
||||
|
||||
|
||||
setTimeout(()=>{
|
||||
setTimeout(() => {
|
||||
this.sortRoomList()
|
||||
}, 10000)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user