Fixed to remove notification when application is started.
authoreh1112.kim <eh1112.kim@samsung.com>
Mon, 17 Jun 2013 09:33:17 +0000 (18:33 +0900)
committereh1112.kim <eh1112.kim@samsung.com>
Mon, 17 Jun 2013 09:33:17 +0000 (18:33 +0900)
Change-Id: Ifccac02190f3ef3b12a9995b94bf23ddd4cc2c82
Signed-off-by: eh1112.kim <eh1112.kim@samsung.com>
project/src/MainForm.cpp

index f7d24ed..832a03a 100755 (executable)
@@ -73,6 +73,7 @@ MainForm::OnInitializing(void)
        AppLog("####### Badge number is (%d). #######", badgeNumber);
 
        notiMgr.Notify(0);
+       notiMgr.RemoveNotification();
        Header* pHeader = GetHeader();
        if (pHeader != null)
        {