Revert "[Tizen] Call RequestUpdateOnce in OnWindowShown()"
authorJoogab Yun <joogab.yun@samsung.com>
Mon, 8 Jul 2019 07:19:12 +0000 (16:19 +0900)
committerJoogab Yun <joogab.yun@samsung.com>
Mon, 8 Jul 2019 07:19:12 +0000 (16:19 +0900)
This reverts commit 3495ad5c6a022dbeabc6a577d99f73061ce6f51c.

dali/internal/adaptor/common/adaptor-impl.cpp

index 0f306c0..4dc5ffc 100755 (executable)
@@ -847,9 +847,6 @@ void Adaptor::OnWindowShown()
   }
   else
   {
-    // Force a render task
-    RequestUpdateOnce();
-
     DALI_LOG_RELEASE_INFO( "Adaptor::OnWindowShown: Adaptor is not paused state.[%d]\n", mState );
   }
 }