[NUI] Fix crash issue in widget
authortscholb <scholb.kim@samsung.com>
Mon, 2 May 2022 02:36:58 +0000 (11:36 +0900)
committerTaehyub Kim <taehyub.kim@samsung.com>
Tue, 3 May 2022 09:00:21 +0000 (02:00 -0700)
commitf84513864be3f504e3fc16698d113955ff581768
tree15bf90d5b573237f7e2fe24e24489bdad0da7f5a
parente1e42693a1893354fb25ba36f8f088fc0aca9395
[NUI] Fix crash issue in widget

As the widget passes a string to use the creation function, string types makes crash.
To avoid this problem, we use Intptr instead of string when widget sender its Id.
src/Tizen.NUI/src/internal/Widget/WidgetApplication.cs