From: eh1112.kim Date: Mon, 17 Jun 2013 09:33:17 +0000 (+0900) Subject: Fixed to remove notification when application is started. X-Git-Tag: 2.2.1_release~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=14db6528dc006f33e8e190a2faaf8a447ce0b5eb;p=samples%2Fnative%2FPushClient.git Fixed to remove notification when application is started. Change-Id: Ifccac02190f3ef3b12a9995b94bf23ddd4cc2c82 Signed-off-by: eh1112.kim --- diff --git a/project/src/MainForm.cpp b/project/src/MainForm.cpp index f7d24ed..832a03a 100755 --- a/project/src/MainForm.cpp +++ b/project/src/MainForm.cpp @@ -73,6 +73,7 @@ MainForm::OnInitializing(void) AppLog("####### Badge number is (%d). #######", badgeNumber); notiMgr.Notify(0); + notiMgr.RemoveNotification(); Header* pHeader = GetHeader(); if (pHeader != null) {