mobilemessaging/smsui/viewersrc/MsgSmsViewerAppUi.cpp
branchRCL_3
changeset 24 e00582ce7ecd
parent 21 c6838af47512
child 28 fbb813aef148
--- a/mobilemessaging/smsui/viewersrc/MsgSmsViewerAppUi.cpp	Wed Apr 14 15:53:21 2010 +0300
+++ b/mobilemessaging/smsui/viewersrc/MsgSmsViewerAppUi.cpp	Tue Apr 27 16:33:37 2010 +0300
@@ -1986,11 +1986,7 @@
         User::Leave( KErrDiskFull );
         }
 
-    //to reduce flickering during closing
-	if (!(iEditorBaseFeatures & EStayInViewerAfterReply ))
-        {
-        iView->MakeVisible( EFalse );
-        }
+
         
     TRAPD(err, DoReplyFwdL( aForward ));
     if(!(err == KErrNone) )