Change-Id: I2fed7eddc8e47786261ab96be5f1dfa63bb4dae6
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
if(playedCount > mNotificationCount)
{
- // Note that only one signal is emitted, if the animation has been played repeatedly
- mNotificationCount = playedCount;
-
switch(mState)
{
case Internal::Animation::InternalState::PLAYING:
break;
}
}
+
+ if(hasFinished)
+ {
+ // Note that only one signal is emitted, if the animation has been played repeatedly
+ mNotificationCount = playedCount;
+ }
}
return hasFinished;