[Tizen] Call RequestUpdateOnce in OnWindowShown()
authorJoogab Yun <joogab.yun@samsung.com>
Mon, 8 Jul 2019 07:21:54 +0000 (16:21 +0900)
committerJoogab Yun <joogab.yun@samsung.com>
Mon, 8 Jul 2019 07:21:59 +0000 (16:21 +0900)
This reverts commit c5016ff383d62b3e035b2d6cc5b3007041983d67.

Change-Id: I0b932ce1a7b892dadc58108835f74f967cd8d758

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

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