[4.0] Call RequestUpdateOnce after pause callback
[platform/core/uifw/dali-adaptor.git] / adaptors / common / adaptor-impl.cpp
index 09cc801..79228f2 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();
   }
 }