From f3230216f7689c1c8bd363e583cb19764075cef3 Mon Sep 17 00:00:00 2001 From: "yman.son" Date: Thu, 21 Oct 2021 17:13:34 +0900 Subject: [PATCH] [VD]changing the function related to preloading change preloaded app is not terminated by multitasking. Policy changes to the "B.TV" app are required. Change-Id: Idd59094bc7d4098def2f4a02b9ecef2defa1d87f Signed-off-by: yman.son --- wrt_app/src/web_application.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wrt_app/src/web_application.ts b/wrt_app/src/web_application.ts index 1ba13d7..b891413 100755 --- a/wrt_app/src/web_application.ts +++ b/wrt_app/src/web_application.ts @@ -326,7 +326,7 @@ export class WebApplication { } if (this.isPausable()) { this.windowList.forEach((window) => window.setEnabled(false)); - if (!this.multitaskingSupport) { + if (!this.multitaskingSupport && !this.profileDelegate.isPreloading()) { setTimeout(() => { console.log('multitasking is not supported; quitting app') app.quit(); -- 2.7.4