Revert "[4.0] Call RequestUpdateOnce after pause callback" 58/155658/1
authorSeoyeon Kim <seoyeon2.kim@samsung.com>
Mon, 16 Oct 2017 02:09:55 +0000 (11:09 +0900)
committerSeoyeon Kim <seoyeon2.kim@samsung.com>
Mon, 16 Oct 2017 02:10:01 +0000 (11:10 +0900)
This reverts commit 5712893a043c2e557f98d2339fa9a131b34344d0.

Change-Id: I188b7b6c674c820d6e180cdde666b46d759afc6a

adaptors/common/adaptor-impl.cpp

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