[Applications] Fix static analysis issue (#659)
authorhjhun <36876573+hjhun@users.noreply.github.com>
Wed, 16 Jan 2019 08:34:18 +0000 (17:34 +0900)
committersemun-lee <35090067+semun-lee@users.noreply.github.com>
Wed, 16 Jan 2019 08:34:18 +0000 (17:34 +0900)
commit7743a142d7752df518274bd6b9b55a0e8419edf8
treefd0fb9a55b934d2f2a8ae10cb1d03b92d1d0c6cc
parent4f9275c3b27e8e25e5c805e1b33951b4e7b1ba9b
[Applications] Fix static analysis issue (#659)

To avoid ArgumentNullException, we have to check the args before calling
base.Run().

Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
src/Tizen.Applications.Common/Tizen.Applications/CoreApplication.cs [changed mode: 0644->0755]