Change-Id: Id94b086b8551f94c58d5c6fe24a07d0fc460b02f
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
if(!mProcessingEvents && !mKeepRenderingApplied)
{
- if(DALI_LIKELY(Dali::Stage::IsInstalled())) ///< Avoid worker thread calling.
+ if(DALI_LIKELY(Dali::Adaptor::IsAvailable())) ///< Avoid worker thread calling.
{
auto stage = Dali::Stage::GetCurrent();
stage.KeepRendering(0.0f);
}
else if(mProcessingEvents && !mProcessEventsIdleRequested)
{
- if(DALI_LIKELY(Dali::Stage::IsInstalled())) ///< Avoid worker thread calling.
+ if(DALI_LIKELY(Dali::Adaptor::IsAvailable())) ///< Avoid worker thread calling.
{
// Request ProcessEvents on idle when we are processing now.
Dali::Adaptor::Get().RequestProcessEventsOnIdle();