[NUI] Fix SVACE issue
authordongsug.song <dongsug.song@samsung.com>
Wed, 23 Mar 2022 05:52:55 +0000 (14:52 +0900)
committerJaehyun Cho <jaehyun0cho@gmail.com>
Wed, 20 Apr 2022 08:38:08 +0000 (17:38 +0900)
src/Tizen.NUI/src/public/BaseComponents/AnimatedImageView.cs

index d437fde..097e430 100755 (executable)
@@ -388,7 +388,7 @@ namespace Tizen.NUI.BaseComponents
         {
             if (!imagePropertyUpdatedFlag) return;
 
-            if (resourceURLs?.Count != 0 && resourceURLs != null)
+            if (resourceURLs != null && resourceURLs.Count != 0)
             {
                 using (PropertyArray indexPropertyArray = new PropertyArray())
                 {