[NUI] DragAndDrop: fix svace error
authorTaehyub Kim <taehyub.kim@samsung.com>
Tue, 3 May 2022 07:52:05 +0000 (16:52 +0900)
committerTaehyub Kim <taehyub.kim@samsung.com>
Tue, 3 May 2022 09:00:21 +0000 (02:00 -0700)
src/Tizen.NUI/src/public/DragAndDrop/DragAndDrop.cs

index 9dc5bf4..e824e4e 100755 (executable)
@@ -73,7 +73,7 @@ namespace Tizen.NUI
                 throw new ArgumentNullException(nameof(shadowView));
             }
 
-            if (mDragWindow != null)
+            if (null == mDragWindow)
             {
                 mDragWindow = new Window("DragWindow", new Rectangle(-shadowWidth, -shadowHeight, shadowWidth, shadowHeight), true)
                 {