NSE_44363
[apps/osp/Gallery.git] / src / GlAlbumNameEditorForm.cpp
index 0fbfb5e..14b84f5 100644 (file)
@@ -313,6 +313,7 @@ AlbumNameEditorForm::OnRenameAlbum(String& strOri)
                        {
                                __pMessageBox->Construct(L"", ResourceManager::GetString(L"IDS_MEDIABR_BODY_UNABLE_TO_RENAME_ALBUM_NAME_ALREADY_IN_USE_ABB"),
                                                          MSGBOX_STYLE_NONE, 3000);
+
                        }
                        else
                        {
@@ -325,6 +326,8 @@ AlbumNameEditorForm::OnRenameAlbum(String& strOri)
                        _overlayMsg = false;
                        delete __pMessageBox;
                        __pMessageBox = null;
+                       __pNameEditField->SetEnabled(true);
+                       __pNameEditField->ShowKeypad();
                }
        }
        else