[NUI] Fix not to check non-nullable value (#2819)
authorJaehyun Cho <jaehyun0cho@gmail.com>
Wed, 31 Mar 2021 09:02:32 +0000 (18:02 +0900)
committerdongsug-song <35130733+dongsug-song@users.noreply.github.com>
Thu, 1 Apr 2021 01:07:37 +0000 (10:07 +0900)
commitad5faef2956b8bf4b3532218037f690b9d6de946
treedcf708fdfb499b3545747bd3e08535f8af13022f
parente2578b1e80882f9bbdd91a8f5fdf085a60f35991
[NUI] Fix not to check non-nullable value (#2819)

NavigatorPages always contains non-nullable values.
Therefore, to resolve svace issue (DEREF_AFTER_NULL), null pointer check
is not done for non-nullable values.

Co-authored-by: Jaehyun Cho <jae_hyun.cho@samsung.com>
Co-authored-by: Jiyun Yang <ji.yang@samsung.com>
src/Tizen.NUI.Components/Controls/Navigation/Navigator.cs