Revert "[4.0] Call RequestUpdateOnce after pause callback" 73/154773/1
authortaeyoon0.lee <taeyoon0.lee@samsung.com>
Wed, 11 Oct 2017 08:46:21 +0000 (17:46 +0900)
committertaeyoon0.lee <taeyoon0.lee@samsung.com>
Wed, 11 Oct 2017 08:46:31 +0000 (17:46 +0900)
This reverts commit 6d4d4e0fe512b522ab85d82b50ca0305fea3310b.

Change-Id: I631cf13d69b117d90a5e724f928c79cd1546a63f

adaptors/common/adaptor-impl.cpp

index 7675c90..6f52ff6 100644 (file)
@@ -304,9 +304,6 @@ void Adaptor::Pause()
     mThreadController->Pause();
     mCore->Suspend();
     mState = PAUSED;
-
-    // Process remained events and rendering in the update thread
-    RequestUpdateOnce();
   }
 }