StatusBar color update delay

StatusBar background color update is delayed by a few ms after SplashScreen is hidden.

config.xml
<preference name="StatusBarBackgroundColor" value="#d32f2e"/>

app.component.ts

platform.ready().then(() => {
     statusBar.styleDefault();
});