mpxplugins/viewplugins/views/collectionviewhg/src/mpxcollectionviewhgimp.cpp
branchRCL_3
changeset 23 455f89b7fcc5
parent 21 cb96c29156b2
child 24 26a1709b9fec
equal deleted inserted replaced
21:cb96c29156b2 23:455f89b7fcc5
  7293             iContainer->CancelReorder();
  7293             iContainer->CancelReorder();
  7294             } // Fall through on purpose
  7294             } // Fall through on purpose
  7295         case EMPXCmdReorderDone:
  7295         case EMPXCmdReorderDone:
  7296             {
  7296             {
  7297             DeactivateReorderGrabbedModeL( ETrue );
  7297             DeactivateReorderGrabbedModeL( ETrue );
       
  7298             iHandlingKeyEvent = EFalse;            
  7298             break;
  7299             break;
  7299             }
  7300             }
  7300         case EMPXCmdUpArrow:
  7301         case EMPXCmdUpArrow:
  7301             {
  7302             {
  7302             iIgnoreNextFocusChangedMessage = ETrue;
  7303             iIgnoreNextFocusChangedMessage = ETrue;
  8465 // -----------------------------------------------------------------------------
  8466 // -----------------------------------------------------------------------------
  8466 //
  8467 //
  8467 TBool CMPXCollectionViewHgImp::NeedToShowEducatingDialog()
  8468 TBool CMPXCollectionViewHgImp::NeedToShowEducatingDialog()
  8468     {
  8469     {
  8469     if(iEducateUserURI->Length() > 0 && iCollectionReady && //If educating user URI is in cenrep and Collection is Ready
  8470     if(iEducateUserURI->Length() > 0 && iCollectionReady && //If educating user URI is in cenrep and Collection is Ready
  8470       (iEducatingPopupState == EMPXInitialEducatingPopup || //If Music Player is launched first time after phone flash 
  8471       //(iEducatingPopupState == EMPXInitialEducatingPopup || //If Music Player is launched first time after phone flash 
  8471       (iEducatingPopupState == EMPXShowEducatingPopup && iPopuponRefresh))) //If user pressed yes on "Remind me later" and its manual refresh with some song added
  8472       (iEducatingPopupState == EMPXShowEducatingPopup && iPopuponRefresh)) //If user pressed yes on "Remind me later" and its manual refresh with some song added
  8472         {
  8473         {
  8473         return ETrue;
  8474         return ETrue;
  8474         }
  8475         }
  8475     else
  8476     else
  8476         return EFalse;
  8477         return EFalse;