[Tizen] Ensure PropertyValue returned from native side is not null.
authorUmar <m.umar@partner.samsung.com>
Mon, 5 Jun 2017 16:23:48 +0000 (17:23 +0100)
committerdongsug.song <dongsug.song@samsung.com>
Wed, 7 Jun 2017 10:57:00 +0000 (19:57 +0900)
commiteaeba42373ef80bf638bb5e1fbead2bd57b6e67c
tree8407f739a3cf6446eb9a84ee66621ccafce755d9
parent989914e2743aeaf732cf156f9ae106159a1302fa
[Tizen] Ensure PropertyValue returned from native side is not null.

The BACKGROUND property returns a PropertyMap and we are trying to find Visual.Property.Type inside that PropertyMap
which is not available as it has not been set in the application side, and hence causing a crash.
Anyway, this has now been fixed by adding null checks.

Conflicts:
Tizen.NUI/src/public/BaseComponents/View.cs

Change-Id: I2e2fe44a94e4fde15c259a9e67655dfabf165e95
src/Tizen.NUI/src/public/BaseComponents/TextEditor.cs
src/Tizen.NUI/src/public/BaseComponents/View.cs