calendarui/views/src/calenmissedalarmscontainer.cpp
branchRCL_3
changeset 31 97232defd20e
parent 30 bd7edf625bdd
equal deleted inserted replaced
30:bd7edf625bdd 31:97232defd20e
   463     {
   463     {
   464     TRACE_ENTRY_POINT;
   464     TRACE_ENTRY_POINT;
   465     
   465     
   466     TInt pointerIndex(-1);
   466     TInt pointerIndex(-1);
   467     TBool isItem (iListBox->View()->XYPosToItemIndex(aPointerEvent.iPosition, pointerIndex));
   467     TBool isItem (iListBox->View()->XYPosToItemIndex(aPointerEvent.iPosition, pointerIndex));
       
   468     if(iView->IsCalenLaunchedFromExtApp())
       
   469         {
       
   470         return;
       
   471         }
   468 
   472 
   469     if(isItem == EFalse)
   473     if(isItem == EFalse)
   470         {
   474         {
   471         iListBox->HandlePointerEventL(aPointerEvent);
   475         iListBox->HandlePointerEventL(aPointerEvent);
   472         return;
   476         return;