File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff 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 ,
You can’t perform that action at this time.
0 commit comments