From: Seoyeon Kim Date: Mon, 16 Oct 2017 02:09:55 +0000 (+0900) Subject: Revert "[4.0] Call RequestUpdateOnce after pause callback" X-Git-Tag: accepted/tizen/4.0/unified/20171017.212913~18 X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-adaptor.git;a=commitdiff_plain;h=83bc54335c566e8a611e6bf19cf0924b1db719ee Revert "[4.0] Call RequestUpdateOnce after pause callback" This reverts commit 5712893a043c2e557f98d2339fa9a131b34344d0. Change-Id: I188b7b6c674c820d6e180cdde666b46d759afc6a --- diff --git a/adaptors/common/adaptor-impl.cpp b/adaptors/common/adaptor-impl.cpp index 47512c7..e9dfd5e 100644 --- a/adaptors/common/adaptor-impl.cpp +++ b/adaptors/common/adaptor-impl.cpp @@ -305,9 +305,6 @@ void Adaptor::Pause() mThreadController->Pause(); mCore->Suspend(); mState = PAUSED; - - // Process remained events and rendering in the update thread - RequestUpdateOnce(); } }