uifw/AvKon/src/akndiscreetpopupcontrol.cpp
branchRCL_3
changeset 18 0aa5fbdfbc30
parent 16 71dd06cfe933
child 23 3d340a0166ff
equal deleted inserted replaced
16:71dd06cfe933 18:0aa5fbdfbc30
   452     _AKNTRACE_FUNC_ENTER;
   452     _AKNTRACE_FUNC_ENTER;
   453     if ( iCommand != 0 && iCommandObserver )
   453     if ( iCommand != 0 && iCommandObserver )
   454         {
   454         {
   455         _AKNTRACE( "CAknDiscreetPopupControl::NotifyObserverL(), tap event will be disposed." );
   455         _AKNTRACE( "CAknDiscreetPopupControl::NotifyObserverL(), tap event will be disposed." );
   456         // Play feedback if there is command associated with the popup
   456         // Play feedback if there is command associated with the popup
   457         ImmediateFeedback( ETouchFeedbackSensitive );
   457         if ( iFeedBack )
       
   458             {
       
   459             iFeedBack->InstantFeedback( this,
       
   460                                         ETouchFeedbackSensitive,
       
   461                                         ETouchFeedbackVibra,
       
   462                                         TPointerEvent()
       
   463                                       );
       
   464             }
   458         iCommandObserver->ProcessCommandL( iCommand );
   465         iCommandObserver->ProcessCommandL( iCommand );
   459         }
   466         }
   460     _AKNTRACE_FUNC_EXIT;
   467     _AKNTRACE_FUNC_EXIT;
   461     }
   468     }
   462 
   469