imstutils/imconversationview/imcvuiapp/src/cimcvappview.cpp
branchRCL_3
changeset 13 796276a1bdcc
parent 11 bef90b82da71
child 27 2b7283837edb
equal deleted inserted replaced
11:bef90b82da71 13:796276a1bdcc
   582 		    }
   582 		    }
   583 	    iViewDeactivated = ETrue;
   583 	    iViewDeactivated = ETrue;
   584 		}
   584 		}
   585 	else
   585 	else
   586 		{
   586 		{
   587 		TPtrC activeRecipientId = iEngineFactory->GetActiveItemL ();
   587             iActiveEngine->MessageHandler().StartNewConversationL (*iRecipientUserId);
   588 		if(activeRecipientId.Length())
       
   589 		    {
       
   590             iActiveEngine->MessageHandler().StartNewConversationL (activeRecipientId);
       
   591             SetStatusPaneIconsL();
   588             SetStatusPaneIconsL();
   592             if (iStatusPane)
   589             if (iStatusPane)
   593                 {
   590                 {
   594                 iStatusPane->BringToForegroundL();
   591                 iStatusPane->BringToForegroundL();
   595                 }       
   592                 }       
   596             iViewDeactivated = EFalse;
   593             iViewDeactivated = EFalse;
   597 		    }
       
   598 		}			    	
   594 		}			    	
   599     IM_CV_LOGS(TXT("CIMCVAppView::HandleForegroundEventL() end") );
   595     IM_CV_LOGS(TXT("CIMCVAppView::HandleForegroundEventL() end") );
   600     }
   596     }
   601 
   597 
   602     
   598