From: huiyu.eun Date: Tue, 16 Feb 2021 07:41:35 +0000 (+0900) Subject: [NUI] Delete exception of View.Remove X-Git-Tag: accepted/tizen/unified/20210219.040944^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2a382aafc0a120b7688c1e2683cb647ff7a7b741;p=platform%2Fcore%2Fcsapi%2Ftizenfx.git [NUI] Delete exception of View.Remove VD Application error Signed-off-by: huiyu.eun --- diff --git a/src/Tizen.NUI/src/public/BaseComponents/ViewPublicMethods.cs b/src/Tizen.NUI/src/public/BaseComponents/ViewPublicMethods.cs index 7560872..8928784 100755 --- a/src/Tizen.NUI/src/public/BaseComponents/ViewPublicMethods.cs +++ b/src/Tizen.NUI/src/public/BaseComponents/ViewPublicMethods.cs @@ -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);