[Tizen] Ensure PropertyValue returned from native side is not null. 63/132763/1
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)
commit7d433d9e1a4486ab66383f869701f639e2ecf170
tree4c5e0975a87ae84088c6dccfe678fd328ad8991d
parentf3c82dd1b7330637cd10861c8f68981b931583e3
[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
Tizen.NUI/src/public/BaseComponents/TextEditor.cs
Tizen.NUI/src/public/BaseComponents/View.cs