From c97aabad2073f2a1516fe2025346dc9ddca18651 Mon Sep 17 00:00:00 2001 From: "taeyoon0.lee" Date: Wed, 11 Oct 2017 17:46:21 +0900 Subject: [PATCH] Revert "[4.0] Call RequestUpdateOnce after pause callback" This reverts commit 6d4d4e0fe512b522ab85d82b50ca0305fea3310b. Change-Id: I631cf13d69b117d90a5e724f928c79cd1546a63f --- adaptors/common/adaptor-impl.cpp | 3 --- 1 file changed, 3 deletions(-) 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(); } } -- 2.7.4