From: Heeyong Song Date: Tue, 14 Nov 2017 03:13:18 +0000 (+0900) Subject: Revert "[4.0] Call RequestUpdateOnce after pause callback" X-Git-Tag: accepted/tizen/4.0/unified/20171121.061728~6 X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-adaptor.git;a=commitdiff_plain;h=1eec958ec2ffe4048afa5d73d5c63969929b447f Revert "[4.0] Call RequestUpdateOnce after pause callback" This reverts commit 6cb34e0254f7681304b976e651f2602e2768ba5e. Change-Id: Ie219c0e164e81549810bca92e7ffda6be092e395 --- diff --git a/adaptors/common/adaptor-impl.cpp b/adaptors/common/adaptor-impl.cpp index 0c7c4e4..b5e1044 100644 --- a/adaptors/common/adaptor-impl.cpp +++ b/adaptors/common/adaptor-impl.cpp @@ -310,9 +310,6 @@ void Adaptor::Pause() mThreadController->Pause(); mState = PAUSED; - - // Process remained events and rendering in the update thread - RequestUpdateOnce(); } }