Fixed Issue: N_SE-50944
[apps/native/sample/ImageFeatureManager.git] / project / src / UpdatePanel.cpp
index f35bea8..e28638f 100644 (file)
@@ -291,6 +291,9 @@ UpdatePanel::OnUserEventReceivedN(RequestId requestId, Tizen::Base::Collection::
                Footer* pFooter = pForm->GetFooter();
                pFooter->SetItemEnabled(0, false);
 
+               pFooter->Draw();
+               pFooter->Show();
+
         result res = pForm->GetFeatureManager()->Flush(0);
         AppSecureLog("Result:: on Flush %s", GetErrorMessage(res));