mobilemessaging/smsui/viewersrc/MsgSmsViewerAppUi.cpp
branchRCL_3
changeset 24 e00582ce7ecd
parent 21 c6838af47512
child 28 fbb813aef148
equal deleted inserted replaced
22:52d61119153d 24:e00582ce7ecd
  1984         ApproximateReplyForwardSize( aForward  ))) 
  1984         ApproximateReplyForwardSize( aForward  ))) 
  1985         {
  1985         {
  1986         User::Leave( KErrDiskFull );
  1986         User::Leave( KErrDiskFull );
  1987         }
  1987         }
  1988 
  1988 
  1989     //to reduce flickering during closing
  1989 
  1990 	if (!(iEditorBaseFeatures & EStayInViewerAfterReply ))
       
  1991         {
       
  1992         iView->MakeVisible( EFalse );
       
  1993         }
       
  1994         
  1990         
  1995     TRAPD(err, DoReplyFwdL( aForward ));
  1991     TRAPD(err, DoReplyFwdL( aForward ));
  1996     if(!(err == KErrNone) )
  1992     if(!(err == KErrNone) )
  1997         {
  1993         {
  1998         iView->MakeVisible( ETrue );
  1994         iView->MakeVisible( ETrue );