()
| 102 | }; |
| 103 | |
| 104 | const secondaryBoot = async (): Promise<void> => { |
| 105 | await boot(); // make sure we're not in the middle of boot before re-running the skipped parts |
| 106 | await initF6Navigation(); |
| 107 | attachOpenUI5SupportListeners(); |
| 108 | await applyTheme(getTheme()); // Re-apply theme to detect external theme from OpenUI5 and clean up |
| 109 | }; |
| 110 | |
| 111 | /** |
| 112 | * Callback, executed after theme properties registration |
no test coverage detected
searching dependent graphs…