Hid the footer in AlbumList when launched as appControl
authorHimanshu <himanshu.t@samsung.com>
Wed, 26 Jun 2013 10:26:41 +0000 (15:56 +0530)
committerHimanshu <himanshu.t@samsung.com>
Wed, 26 Jun 2013 10:26:41 +0000 (15:56 +0530)
Change-Id: I46306585e31a7d53969b629851faffb554698582
Signed-off-by: Himanshu <himanshu.t@samsung.com>
src/GlAlbumListForm.cpp

index b09136e..5b6bc71 100644 (file)
@@ -161,9 +161,11 @@ AlbumListForm::InitializeFooter(void)
        if (__pPresentationModel->GetAppControlMode() == APPCONTROL_MODE_PICK)
        {
                SetFormBackEventListener(this);
+               pFooter->SetShowState(false);
        }
        else
        {
+               pFooter->SetShowState(true);
                pFooter->SetStyle(FOOTER_STYLE_BUTTON_ICON);
                pFooter->RemoveAllItems();