[NUI] Fix crash when View.BackgroundImage is set
authorJaehyun Cho <jae_hyun.cho@samsung.com>
Tue, 23 Nov 2021 07:37:56 +0000 (16:37 +0900)
committerdongsug-song <35130733+dongsug-song@users.noreply.github.com>
Tue, 23 Nov 2021 08:47:11 +0000 (17:47 +0900)
commit9740fa9011f416c9476be19bef942448add5ceb1
tree5811c3db34b79184cddae46ec051c88378438e7d
parent4169a9f474a7feef8f8b8c91d414eeeec7785e39
[NUI] Fix crash when View.BackgroundImage is set

Previously, View.BackgroundImage is set, PropertyValue constructor can
be called with null pointer and this causes crash.

Now, it has been fixed not to pass null pointer to PropertyValue
constructor.
src/Tizen.NUI/src/public/BaseComponents/ViewBindableProperty.cs