chore: dont start theme manager if in clipper environment

This commit is contained in:
Aman Harwara
2023-10-13 19:13:43 +05:30
parent 68bb0b49f1
commit 9675235331
3 changed files with 9 additions and 2 deletions

View File

@@ -141,7 +141,9 @@ export class WebApplication extends SNApplication implements WebApplicationInter
void this.mobileWebReceiver
void this.autolockService
void this.persistence
void this.themeManager
if (this.environment !== Environment.Clipper) {
void this.themeManager
}
void this.momentsService
void this.routeService