[NUI] Delete exception of View.Remove accepted/tizen/unified/20210219.040944 submit/tizen/20210218.043250
authorhuiyu.eun <huiyu.eun@samsung.com>
Tue, 16 Feb 2021 07:41:35 +0000 (16:41 +0900)
committerlwc0917 <48237284+lwc0917@users.noreply.github.com>
Thu, 18 Feb 2021 03:15:29 +0000 (12:15 +0900)
VD Application error

Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
src/Tizen.NUI/src/public/BaseComponents/ViewPublicMethods.cs

index 7560872..8928784 100755 (executable)
@@ -183,7 +183,8 @@ namespace Tizen.NUI.BaseComponents
 
             if (child.GetParent() != this)
             {
-                throw new System.InvalidOperationException("You have deleted a view that is not a child of this view.");
+                //throw new System.InvalidOperationException("You have deleted a view that is not a child of this view.");
+                Tizen.Log.Error("NUI", "You have deleted a view that is not a child of this view.");
             }
 
             bool hasLayout = (layout != null);