Revert "[4.0] Call RequestUpdateOnce after pause callback"
[platform/core/uifw/dali-adaptor.git] / adaptors / common / adaptor-impl.cpp
index 7675c90..6f52ff6 100644 (file)
@@ -304,9 +304,6 @@ void Adaptor::Pause()
     mThreadController->Pause();
     mCore->Suspend();
     mState = PAUSED;
-
-    // Process remained events and rendering in the update thread
-    RequestUpdateOnce();
   }
 }