mmsharing/livecommsui/lcui/src/lceffecthandler.cpp
changeset 39 4bcc59142325
parent 26 5554410e16f5
--- a/mmsharing/livecommsui/lcui/src/lceffecthandler.cpp	Fri Sep 17 08:28:43 2010 +0300
+++ b/mmsharing/livecommsui/lcui/src/lceffecthandler.cpp	Mon Oct 04 00:13:53 2010 +0300
@@ -276,9 +276,7 @@
 {
     Q_UNUSED(status);
     LC_QDEBUG( "livecomms [UI] -> LcEffectHandler::flipHideComplete()" )
-    if( mEngine.isLocalPlayerPlaying() ) {
-        showSendWindow();
-    }
+    showSendWindow();
     LC_QDEBUG( "livecomms [UI] <- LcEffectHandler::flipHideComplete()" )
 }
 
@@ -349,17 +347,10 @@
     LC_QDEBUG( "livecomms [UI] -> LcEffectHandler::handleSwapCompletion()" )
     if ( mSwapSharedCompleted && mSwapReceivedCompleted ){
         LC_QDEBUG( "livecomms [UI]  Both swaps done, complete" )
-        
         emit swapCompleted();
-        
-        if( mEngine.isLocalPlayerPlaying() ) {
-            showSendWindow();
-        }
-        if( mEngine.isRemotePlayerPlaying() ) {
-            showReceiveWindow();
-        }
-
-    mSwapInProgress = false;
+        showSendWindow();
+        showReceiveWindow();
+        mSwapInProgress = false;
     }
     LC_QDEBUG( "livecomms [UI] <- LcEffectHandler::handleSwapCompletion()" )
 }