Fixed Jira issues 50249, 50683, 50387
[apps/osp/MusicPlayer.git] / src / MpContentListForm.cpp
index b398b0a..88592c3 100644 (file)
@@ -402,11 +402,15 @@ ContentListForm::OnUserEventReceivedN(RequestId requestId, Tizen::Base::Collecti
        if (GetScreenState() != SCREEN_STATE_NORMAL && pArgs != null)
        {
                Integer* pLaunchRes = null;
-               Boolean* pIsInitialize = static_cast<Boolean*>(pArgs->GetAt(0));
-               
-               if (pIsInitialize->Equals(true))
+
+               if (requestId == ID_DESTORY_PLAY_LIST_PICKER_POPUP)
                {
-                       SetItemCheckedAll(false);
+                       Boolean* pIsInitialize = static_cast<Boolean*>(pArgs->GetAt(0));
+
+                       if (pIsInitialize->Equals(true))
+                       {
+                               SetItemCheckedAll(false);
+                       }
                }
 
                RemovePlayListPicker();