[NUI] Fix svace issue of dereferencing possible null handle in TextUtils
authorJaehyun Cho <jae_hyun.cho@samsung.com>
Thu, 9 Sep 2021 02:57:42 +0000 (11:57 +0900)
committerSeoyeon2Kim <34738918+Seoyeon2Kim@users.noreply.github.com>
Mon, 13 Sep 2021 07:33:23 +0000 (16:33 +0900)
commit88ad968dee41199bbdc22ccdc5d20f0ca7300ac2
tree673dd869aa2fb7364602cb8d5b91041e006cf1d8
parent438f08d66e486a4557b34ab643b5caf1ab04d8cb
[NUI] Fix svace issue of dereferencing possible null handle in TextUtils

Since PropertyMap.Find can return null, Find().Get() should be replaced with
Find()?.Get().
src/Tizen.NUI/src/public/BaseComponents/TextUtils.cs