Revert "[4.0] Call RequestUpdateOnce after pause callback" 65/159965/2
authorHeeyong Song <heeyong.song@samsung.com>
Tue, 14 Nov 2017 03:13:18 +0000 (12:13 +0900)
committerHeeyong Song <heeyong.song@samsung.com>
Fri, 17 Nov 2017 01:07:41 +0000 (01:07 +0000)
This reverts commit 6cb34e0254f7681304b976e651f2602e2768ba5e.

Change-Id: Ie219c0e164e81549810bca92e7ffda6be092e395

adaptors/common/adaptor-impl.cpp

index 0c7c4e4..b5e1044 100644 (file)
@@ -310,9 +310,6 @@ void Adaptor::Pause()
 
     mThreadController->Pause();
     mState = PAUSED;
-
-    // Process remained events and rendering in the update thread
-    RequestUpdateOnce();
   }
 }