[NUI] Enable Window.ViewAdded event
authorDongsug Song <dongsug.song@samsung.com>
Fri, 5 Mar 2021 07:41:07 +0000 (16:41 +0900)
committerhuiyueun <35286162+huiyueun@users.noreply.github.com>
Mon, 8 Mar 2021 08:29:15 +0000 (17:29 +0900)
commit0789249ba4c05a965df2bdc27e26a1a4ab620f06
tree2240fc18c88b33f85a618e1d0ca161faae0ce878
parent9f7bb61690a279b2e3184d06562070b54f1a4d9f
[NUI] Enable Window.ViewAdded event

- Previously, Window.ViewAdded event was blocked by memory leak
- This is enabled again by the request from Appium
- This change has beend checked locally and there was no memory leak (normal)
src/Tizen.NUI/src/public/BaseComponents/View.cs
src/Tizen.NUI/src/public/BaseComponents/ViewEvent.cs
src/Tizen.NUI/src/public/BaseComponents/ViewInternal.cs