Fixed footer when launched from Contacts
authorHimanshu <himanshu.t@samsung.com>
Wed, 26 Jun 2013 11:08:46 +0000 (16:38 +0530)
committerHimanshu <himanshu.t@samsung.com>
Wed, 26 Jun 2013 11:08:46 +0000 (16:38 +0530)
Change-Id: If7a21956612e557c01c6e0386dfe3023a39103a9
Signed-off-by: Himanshu <himanshu.t@samsung.com>
src/GlFileListEditorForm.cpp

index 114a25f..4ab0574 100644 (file)
@@ -168,10 +168,14 @@ FileListEditorForm::InitializeFooter(void)
                        footerConfirm.SetText(ResourceManager::GetString(L"IDS_COM_SK_DONE"));
                        pFooter->AddItem(footerConfirm);
                        pFooter->SetItemEnabled(0, false);
+                       pFooter->SetShowState(true);
+                       pFooter->Invalidate(true);
                }
                else
                {
                        pFooter->SetStyle(FOOTER_STYLE_SEGMENTED_TEXT);
+                       pFooter->SetShowState(false);
+                       pFooter->Invalidate(true);
                }
 
                SetFormBackEventListener(this);