[4.0] Call RequestUpdateOnce after pause callback 42/153342/1
authorJinho, Lee <jeano.lee@samsung.com>
Thu, 28 Sep 2017 08:09:09 +0000 (17:09 +0900)
committerJinho, Lee <jeano.lee@samsung.com>
Thu, 28 Sep 2017 08:50:52 +0000 (17:50 +0900)
This reverts commit 06cf40aa46d2c142deb66692347251f1526b7f3e.

Change-Id: I4b82c131fc61ff9405fed625cefc635ba406ee05

adaptors/common/adaptor-impl.cpp

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