[NUI] Fix duplicated TextChanged event handler
authorSeungkeun Lee <sngn.lee@samsung.com>
Mon, 13 Jun 2022 01:24:17 +0000 (10:24 +0900)
committerdongsug-song <35130733+dongsug-song@users.noreply.github.com>
Tue, 21 Jun 2022 10:27:08 +0000 (19:27 +0900)
Fixes #4341

src/Tizen.NUI/src/public/BaseComponents/TextField.cs

index 5359c3b..1fb9b4d 100755 (executable)
@@ -95,13 +95,6 @@ namespace Tizen.NUI.BaseComponents
         internal TextField(TextField handle, bool shown = true) : this(Interop.TextField.NewTextField(TextField.getCPtr(handle)), true)
         {
             if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
-
-            if (!shown)
-            {
-                SetVisible(false);
-            }
-
-            TextChanged += TextFieldTextChanged;
         }
 
         internal enum ExceedPolicyType