[NUI] Fix NUI svace issue (#1343)
[platform/core/csapi/tizenfx.git] / src / Tizen.NUI / src / public / BaseComponents / Style / Selector.cs
index bd2096b..590499c 100755 (executable)
@@ -379,7 +379,7 @@ namespace Tizen.NUI.BaseComponents
                 return (T)((T)value).Clone();
             }
 
-            if (type == typeof(Selector<T>) && view != null)
+            if (type == typeof(Selector<T>) && view != null && value != null)
             {
                 Selector<T> selector = (Selector<T>)value;
                 T valueInState = selector.GetValue(view.ControlState);