Fixed jira issues : N_SE-56423, N_SE-56330, N_SE-56326
[apps/osp/MusicPlayer.git] / src / MpFolderContentListForm.cpp
index 59bfc6d..0db969e 100644 (file)
@@ -911,14 +911,7 @@ FolderContentListForm::UpdateContentList(void)
 
                if (pSceneManager->GetCurrentSceneId().Equals(IDSCN_FOLDER_CONTENT_LIST,true))
                {
-                       if (__pPresentationModel->GetAllFolderCount())
-                       {
-                               pSceneManager->GoBackward(BackwardSceneTransition(SCENE_TRANSITION_ANIMATION_TYPE_NONE,SCENE_DESTROY_OPTION_KEEP));
-                       }
-                       else
-                       {
-                               GoToLibrary();
-                       }
+                       pSceneManager->GoBackward(BackwardSceneTransition(SCENE_TRANSITION_ANIMATION_TYPE_NONE,SCENE_DESTROY_OPTION_KEEP));
                }
 
        }