[NUI] NUI has a default theme in TV profile
authorJiyun Yang <ji.yang@samsung.com>
Thu, 12 Nov 2020 07:16:09 +0000 (16:16 +0900)
committerdongsug-song <35130733+dongsug-song@users.noreply.github.com>
Thu, 12 Nov 2020 08:41:22 +0000 (17:41 +0900)
* Specify the theme for TV profile. (It was null previously)
* To avoid redundant error messages, it checks assembly list in the current app domain before loading the xaml.

Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
src/Tizen.NUI/src/public/Theme/ThemeManager.cs

index 239b57b..7ee7c34 100644 (file)
@@ -52,7 +52,7 @@ namespace Tizen.NUI
         {
             /* Common   */ "Tizen.NUI.Theme.Common",
             /* Mobile   */ "Tizen.NUI.Theme.Common",
-            /* TV       */ null,
+            /* TV       */ "Tizen.NUI.Theme.Common",
             /* Wearable */ "Tizen.NUI.Theme.Wearable",
         };