application/src/PodcastListView.cpp
changeset 27 f21a29fc4769
parent 26 71493655568a
child 33 64ed1227e68d
child 35 66c5303f3610
equal deleted inserted replaced
26:71493655568a 27:f21a29fc4769
   101     }
   101     }
   102 
   102 
   103 void CPodcastListContainer::SetLongTapDetected(TBool aLongTapDetected)
   103 void CPodcastListContainer::SetLongTapDetected(TBool aLongTapDetected)
   104 	{
   104 	{
   105 	iLongTapDetected = aLongTapDetected;
   105 	iLongTapDetected = aLongTapDetected;
       
   106 	
       
   107 	if (aLongTapDetected == EFalse)
       
   108 		{
       
   109 		TPointerEvent event;
       
   110 		event.iType = TPointerEvent::EButton1Up;
       
   111 		CCoeControl::HandlePointerEventL(event);
       
   112 		}
   106 	}
   113 	}
   107 
   114 
   108 void CPodcastListContainer::HandleResourceChange(TInt aType)
   115 void CPodcastListContainer::HandleResourceChange(TInt aType)
   109 {
   116 {
   110 	switch( aType )
   117 	switch( aType )