[Tizen] Call RequestUpdateOnce in OnWindowShown()
authorWonsik Jung <sidein@samsung.com>
Mon, 1 Jul 2019 05:24:12 +0000 (14:24 +0900)
committerWonsik Jung <sidein@samsung.com>
Mon, 1 Jul 2019 05:24:18 +0000 (14:24 +0900)
This reverts commit eef6cafea2259fd596e2cc5188d3a3854f0e12a0.

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

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