[NUI] Workaround: fix CustomAlgorithmInterface crash error occurred only in emulator...
authordongsug-song <35130733+dongsug-song@users.noreply.github.com>
Wed, 27 Nov 2019 12:06:46 +0000 (21:06 +0900)
committerGitHub <noreply@github.com>
Wed, 27 Nov 2019 12:06:46 +0000 (21:06 +0900)
commit17188b2c16933e800ad5c81ca60f5a2ff8267d37
treeea093dd30079c49166e7807d2e65ed793f4d8e0b
parented954a20f4830beb7e2ae810046089a37878d202
[NUI] Workaround: fix CustomAlgorithmInterface crash error occurred only in emulator, will be removed later after a proper solution is found (#1144)

- fix CSharp_Dali_GetOriginalImageSize spelling error- fix CSharp_Dali_GetOriginalImageSize spelling error
- add "GetOriginalImageSizeTest.cs" as sample APP.
src/Tizen.NUI/src/internal/CustomAlgorithmInterface.cs
src/Tizen.NUI/src/internal/Interop/Interop.ImageLoading.cs
test/NUITestSample/NUITestSample/examples/GetOriginalImageSizeTest.cs [new file with mode: 0755]