[NUI] Fix svace issue (#1101)
authorhuiyueun <35286162+huiyueun@users.noreply.github.com>
Wed, 23 Oct 2019 02:14:47 +0000 (11:14 +0900)
committerGitHub <noreply@github.com>
Wed, 23 Oct 2019 02:14:47 +0000 (11:14 +0900)
Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
src/Tizen.NUI.Components/Controls/FlexibleView/LinearLayoutManager.cs

index 9b01a2d..9315aeb 100755 (executable)
@@ -602,7 +602,7 @@ namespace Tizen.NUI.Components
             }
 
             FlexibleView.ViewHolder anchorChild = FindFirstCompleteVisibleItemView();
-            if (anchorChild != null)
+            if (anchorChild == null)
             {
                 return false;
             }