From: Jinho, Lee Date: Thu, 28 Sep 2017 04:35:40 +0000 (+0900) Subject: Revert "[4.0] Call RequestUpdateOnce after pause callback" X-Git-Tag: accepted/tizen/4.0/unified/20171010.163017~22 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=06cf40aa46d2c142deb66692347251f1526b7f3e;p=platform%2Fcore%2Fuifw%2Fdali-adaptor.git Revert "[4.0] Call RequestUpdateOnce after pause callback" This reverts commit e33f884b6b613033d8a4fd270a33c9d444933061. Change-Id: Ie7832feadd2dcfe3b753f17222ef336bf434fdab --- diff --git a/adaptors/common/adaptor-impl.cpp b/adaptors/common/adaptor-impl.cpp index 79228f2..09cc801 100644 --- a/adaptors/common/adaptor-impl.cpp +++ b/adaptors/common/adaptor-impl.cpp @@ -304,9 +304,6 @@ void Adaptor::Pause() mThreadController->Pause(); mCore->Suspend(); mState = PAUSED; - - // Process remained events and rendering in the update thread - RequestUpdateOnce(); } }