code refactoring

This commit is contained in:
Peter Maquiran
2024-08-18 13:27:57 +01:00
parent 650c772084
commit ef12ff439d
50 changed files with 729 additions and 735 deletions
+2 -2
View File
@@ -136,7 +136,7 @@ export class LoginPage implements OnInit {
this.changeProfileService.run();
this.changeProfileService.runLogin();
this.ChatServiceService.asyncAllRoomMessage()
this.ChatServiceService.start()
this.getToken();
SessionStore.setInativity(true);
SessionStore.hasPassLogin = true;
@@ -158,7 +158,7 @@ export class LoginPage implements OnInit {
this.storageService.remove("Notifications")
this.ChatServiceService.asyncAllRoomMessage()
this.ChatServiceService.start()
this.getToken();
if (!this.platform.is('desktop') && !this.platform.is('mobileweb')) {