Call RequestUpdateOnce in OnWindowShown() 91/208491/2
authorHeeyong Song <heeyong.song@samsung.com>
Tue, 25 Jun 2019 06:26:25 +0000 (15:26 +0900)
committerHeeyong Song <heeyong.song@samsung.com>
Wed, 3 Jul 2019 05:02:29 +0000 (14:02 +0900)
commitbd532500879eb91a31c8ab6f766b19977539cedd
treef5575ec3aec3eb8966f7ddefa52c246dfe58bd88
parent4af663a7582e7993800cd7afd0cf610527a4b051
Call RequestUpdateOnce in OnWindowShown()

Rendering should be done when a window is shown.
But the Adaptor may be in the running state (when other windows are shown). So call RequestUpdateOnce() in that case.

Change-Id: I5c3725fd171c0d93fdfbf00362e239fb66716fb6
dali/internal/adaptor/common/adaptor-impl.cpp