[4.0] Call RequestUpdateOnce after pause callback 81/154781/1
authortaeyoon0.lee <taeyoon0.lee@samsung.com>
Wed, 11 Oct 2017 08:56:34 +0000 (17:56 +0900)
committertaeyoon0.lee <taeyoon0.lee@samsung.com>
Wed, 11 Oct 2017 08:57:13 +0000 (17:57 +0900)
This reverts commit c97aabad2073f2a1516fe2025346dc9ddca18651.

Change-Id: I2859404994fe2c23edc99fc289e77e0fc0428312

adaptors/common/adaptor-impl.cpp

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