[NUI.Components]Fix svace issue (#1169)
[platform/core/csapi/tizenfx.git] / src / Tizen.NUI.Components / Controls / ImageControl.cs
index 16093ba..df9fe41 100755 (executable)
@@ -89,9 +89,8 @@ namespace Tizen.NUI.Components
                     imageView = new ImageView();
                     this.Add(imageView);
                 }
+                imageView.ApplyStyle(imageControlStyle.Image);
             }
-
-            imageView.ApplyStyle(imageControlStyle.Image);
         }
 
         /// <summary>