Skip to content

Commit 128e7cd

Browse files
committed
Fixing themeservice
1 parent a1ccf92 commit 128e7cd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/app/app.component.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -678,9 +678,11 @@ export class AppComponent implements AfterViewInit {
678678
this.setUIParams();
679679

680680
this.__registerBack();
681+
681682
await this.__setDeviceLanguage();
682683

683684
await this.uiAnalytics.initializeTracking();
685+
await this.themeService.initialize();
684686
await this.__checkWelcomePage();
685687
await this.__checkAnalyticsInformationPage();
686688
await this.uiUpdate.checkUpdateScreen();
@@ -714,7 +716,7 @@ export class AppComponent implements AfterViewInit {
714716
}, 3000);
715717

716718
const settings = this.uiSettingsStorage.getSettings();
717-
await this.themeService.initialize();
719+
718720
this.uiAnalytics.trackEvent(
719721
SettingsTracking.TITLE,
720722
SettingsTracking.ACTIONS.USED_LANGUAGE,

0 commit comments

Comments
 (0)