mpxmusicplayer/app/src/mpxcontroller.cpp
changeset 5 2a40e88564c8
parent 0 ff3acec5bc43
child 21 cb96c29156b2
equal deleted inserted replaced
4:beaa16f65879 5:2a40e88564c8
   680                 }
   680                 }
   681             break;
   681             break;
   682             }
   682             }
   683         case EMcMsgUSBMassStorageStart:
   683         case EMcMsgUSBMassStorageStart:
   684             {
   684             {
       
   685             //Sometimes, this message will be received more than 1 time with usb plugin once.
       
   686             //Just handle the first one. And only this message has such abnormal behaviour.
       
   687             if ( iCurSystemEvent == EMcMsgUSBMassStorageStart )
       
   688                 {                
       
   689                 break;
       
   690                 }
   685             MPX_DEBUG1("CMPXController::DoHandleBroadcastMsg - EMcMsgUSBMassStorageStart");
   691             MPX_DEBUG1("CMPXController::DoHandleBroadcastMsg - EMcMsgUSBMassStorageStart");
   686             
   692             
   687             // Close playback framework and start wait note
   693             // Close playback framework and start wait note
   688             if( iQueryDialog )
   694             if( iQueryDialog )
   689                 {
   695                 {