When launching app in backgroundAtStartup launchMode,
prevent splash screen from being displayed.
Change-Id: I416fce778e5a001df5a6da855959c88d42ac19f4
Signed-off-by: jaekuk, lee <juku1999@samsung.com>
this.suspended = false;
if (this.showTimer)
clearTimeout(this.showTimer);
- let splashShown = firstLaunch && wrt.showSplashScreen();
+ let splashShown = this.preloadStatus !== 'preload' && firstLaunch && wrt.showSplashScreen();
if (!splashShown && !wrt.tv) {
this.showTimer = setTimeout(() => {
if (!this.suspended) {