From: taeyoon0.lee Date: Wed, 11 Oct 2017 08:46:21 +0000 (+0900) Subject: Revert "[4.0] Call RequestUpdateOnce after pause callback" X-Git-Tag: accepted/tizen/4.0/unified/20171012.230021~13 X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-adaptor.git;a=commitdiff_plain;h=c97aabad2073f2a1516fe2025346dc9ddca18651 Revert "[4.0] Call RequestUpdateOnce after pause callback" This reverts commit 6d4d4e0fe512b522ab85d82b50ca0305fea3310b. Change-Id: I631cf13d69b117d90a5e724f928c79cd1546a63f --- diff --git a/adaptors/common/adaptor-impl.cpp b/adaptors/common/adaptor-impl.cpp index 7675c90..6f52ff6 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(); } }