voiceui/voiceuivoicerecognition/src/vuiclistquerydialog.cpp
branchRCL_3
changeset 15 6347473a7bb2
parent 0 bf1d17376201
equal deleted inserted replaced
12:fc313e1df071 15:6347473a7bb2
   224             {
   224             {
   225             forwardEvent = EFalse;
   225             forwardEvent = EFalse;
   226             iObserver->ProcessCommandL( EVoiceTagSoftKeySelect );
   226             iObserver->ProcessCommandL( EVoiceTagSoftKeySelect );
   227             }
   227             }
   228         }
   228         }
       
   229     else if ( aEventType == EEventFlickStopped )
       
   230         {
       
   231         if ( iObserver )
       
   232             {
       
   233             iObserver->ProcessCommandL( EDragKeypress );
       
   234             }
       
   235         }
   229         
   236         
   230     if ( forwardEvent )
   237     if ( forwardEvent )
   231         {
   238         {
   232         CAknListQueryDialog::HandleListBoxEventL( aListBox, aEventType );
   239         CAknListQueryDialog::HandleListBoxEventL( aListBox, aEventType );
   233         }
   240         }