calendarui/views/src/calendaycontainer.cpp
branchRCL_3
changeset 31 97232defd20e
parent 30 bd7edf625bdd
equal deleted inserted replaced
30:bd7edf625bdd 31:97232defd20e
  1464 
  1464 
  1465     if(! AknLayoutUtils::PenEnabled() )
  1465     if(! AknLayoutUtils::PenEnabled() )
  1466         {
  1466         {
  1467         return;
  1467         return;
  1468         }
  1468         }
  1469     if(iView->IsEventViewLaunchedFromAlarm())
  1469     if(iView->IsCalenLaunchedFromExtApp())
  1470         {
  1470         {
  1471         return;
  1471         return;
  1472         }
  1472         }
  1473     if(aPointerEvent.iType == TPointerEvent::EButton1Down)
  1473     if(aPointerEvent.iType == TPointerEvent::EButton1Down)
  1474         {
  1474         {
  1758     CreateListBoxDataL();
  1758     CreateListBoxDataL();
  1759     AddToStackAndMakeVisibleL();
  1759     AddToStackAndMakeVisibleL();
  1760     UpdateStatusPaneAndExtensionsL();
  1760     UpdateStatusPaneAndExtensionsL();
  1761 	// Hide/unhide "today" toolbar item based on the focused day
  1761 	// Hide/unhide "today" toolbar item based on the focused day
  1762     UpdateTodayToolbarItemL();
  1762     UpdateTodayToolbarItemL();
       
  1763     iView->SetTapIgnore(EFalse);
  1763     DrawNow();
  1764     DrawNow();
  1764     TRACE_EXIT_POINT;
  1765     TRACE_EXIT_POINT;
  1765     }
  1766     }
  1766     
  1767     
  1767 // ----------------------------------------------------------------------------
  1768 // ----------------------------------------------------------------------------