Revert "[NUI] Fix to make null assigning to ResourceUrl possible (#538)" (#562)
authordongsug-song <35130733+dongsug-song@users.noreply.github.com>
Wed, 21 Nov 2018 08:52:54 +0000 (17:52 +0900)
committerGitHub <noreply@github.com>
Wed, 21 Nov 2018 08:52:54 +0000 (17:52 +0900)
commitba0f6be23b220c38fbd3dc9ee032c5624034b71c
treec5232f89a38d70952332b1af9f5e866b250f123e
parenta4ad1f8f7d9d945ad3070ded7963fdffb0ef1d54
Revert "[NUI] Fix to make null assigning to ResourceUrl possible (#538)" (#562)

- need to keep the behavior with previous version of API
- comment added to make clear the null-setting
- add sample app to test (ImageViewResourceUrlSetNullTest.cs)

This reverts commit 66ae1948186c30b4131116ebc664e7b59b1f78b6.
src/Tizen.NUI/src/public/BaseComponents/ImageView.cs
test/NUITestSample/NUITestSample/examples/ImageViewResourceUrlSetNullTest.cs [new file with mode: 0755]