Revert "[4.0] Call RequestUpdateOnce after pause callback" 29/153329/1
authorJinho, Lee <jeano.lee@samsung.com>
Thu, 28 Sep 2017 04:35:40 +0000 (13:35 +0900)
committerJinho, Lee <jeano.lee@samsung.com>
Thu, 28 Sep 2017 04:35:41 +0000 (13:35 +0900)
This reverts commit e33f884b6b613033d8a4fd270a33c9d444933061.

Change-Id: Ie7832feadd2dcfe3b753f17222ef336bf434fdab

adaptors/common/adaptor-impl.cpp

index 79228f2..09cc801 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();
   }
 }