Revert "Set default background color for product wearable." 20/213020/2
authorAron kim <aron.kim@samsung.com>
Thu, 29 Aug 2019 08:33:36 +0000 (01:33 -0700)
committerSungsik Han <ss440.han@samsung.com>
Tue, 12 Nov 2019 23:43:39 +0000 (23:43 +0000)
Change the default background color black to white again.

This reverts commit 457b861449738f2e5406c75e94909e4e3aeb6184.

Change-Id: Id8b899b24f6daccd442df43d0fd97ad5cf543835
Signed-off-by: Aron kim <aron.kim@samsung.com>
wrt_app/src/web_application.js

index 4a2d80421ceec24cc7f03e35c50c0d1652f38a8d..289f238176f971762382320732e292ffe6baaef8 100755 (executable)
@@ -55,8 +55,7 @@ class WebApplication {
         this.loadFinished = false;
         this.runningStatus = 'none';
         this.isTVProfile = (wrt.getPlatformType() === "product_tv");
-        this.defaultBackgroundColor = (this.isTVProfile
-            || (wrt.getPlatformType() === "product_wearable") ? '#000' : '#FFF');
+        this.defaultBackgroundColor = (this.isTVProfile ? '#000' : '#FFF');
         this.defaultTransparent = (this.isTVProfile ? true : false);
         this.addonEmitter = null;