mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-16 03:31:45 +08:00
fix-next(iOS): set root viewe css classes before setup UI
At application launch, `ns-root` class is not set when loading the theme.
This commit is contained in:
@ -30,8 +30,3 @@ export function removeFromRootViewCssClasses(value: string): string {
|
||||
|
||||
return removedElement;
|
||||
}
|
||||
|
||||
export function resetRootViewCssClasses(): string[] {
|
||||
// Preserve the default `ns-root` CSS class
|
||||
return rootViewCssClasses.splice(1);
|
||||
}
|
||||
|
Reference in New Issue
Block a user