Fixed keypad issue
[apps/osp/Gallery.git] / src / GlAlbumNameEditorForm.cpp
index d0c97cb..1b59781 100644 (file)
@@ -441,6 +441,8 @@ AlbumNameEditorForm::OnActionPerformed(const Control& source, int actionId)
        {
        case IDA_BUTTON_CREATE_NAME_SAVE:
        {
+               __pNameEditField->SetEnabled(false);
+
                if (__albumNameEditorMode == ALBUM_NAME_EDITOR_MODE_CREATE)
                {
                        OnCreateAlbum();
@@ -492,6 +494,7 @@ AlbumNameEditorForm::OnSceneActivatedN(const SceneId& previousSceneId,
        __pPresentationModel = AlbumListPresentationModel::GetInstance();
        __previousSceneId = previousSceneId;
 
+       __pNameEditField->SetEnabled(true);
        __pPresentationModel->AddContentEventListener(this);
 
        if (pArgs != null)