[VD] Add clearDeadMount API for TV profile 41/223441/1
authorDongHyun Song <dh81.song@samsung.com>
Thu, 30 Jan 2020 01:09:42 +0000 (10:09 +0900)
committerDongHyun Song <dh81.song@samsung.com>
Thu, 30 Jan 2020 01:10:44 +0000 (10:10 +0900)
Related patch:
  https://review.tizen.org/gerrit/223399/

Change-Id: I1592e69f915c996e91fb23d5321184a9f55321af
Signed-off-by: DongHyun Song <dh81.song@samsung.com>
wrt_app/src/runtime.js

index 3fa6ac9..e53d2f6 100755 (executable)
@@ -97,6 +97,7 @@ class Runtime {
             if (wrt.tv) {
                 wrt.tv.importCertificate('');
                 wrt.tv.optimizeCache();
+                wrt.tv.clearDeadMount();
             }
         });
         wrt.on('app-control', function(event, appControl) {