emailuis/emailui/src/FSComposerFetchLogic.cpp
changeset 2 5253a20d2a1e
parent 1 12c456ceeff2
child 8 e1b6206813b4
equal deleted inserted replaced
1:12c456ceeff2 2:5253a20d2a1e
   144 //
   144 //
   145 void CFsComposerFetchLogic::RequestResponseL( TFSProgress aEvent, TInt aRequestId )
   145 void CFsComposerFetchLogic::RequestResponseL( TFSProgress aEvent, TInt aRequestId )
   146     {
   146     {
   147     FUNC_LOG;
   147     FUNC_LOG;
   148 
   148 
       
   149     // Ignore all responses when cancelling is in progress.
       
   150     if( iFetchingCancelGoingOn )
       
   151         {
       
   152         return;
       
   153         }
       
   154     
   149     iError = aEvent.iError;
   155     iError = aEvent.iError;
   150 
   156 
   151     if ( !iError )
   157     if ( !iError )
   152         {
   158         {
   153         if ( TFsEmailUiUtility::IsCompleteOrCancelEvent( aEvent ) )
   159         if ( TFsEmailUiUtility::IsCompleteOrCancelEvent( aEvent ) )