forked from organicmaps/organicmaps
Fixed invalid long duration of animations.
This commit is contained in:
parent
23d5128a26
commit
326e21855d
1 changed files with 4 additions and 0 deletions
|
@ -477,6 +477,10 @@ bool UserEventStream::SetScreen(ScreenBase const & endScreen, bool isAnim, TAnim
|
|||
if (moveDuration > kMaxAnimationTimeSec)
|
||||
anim = GetPrettyMoveAnimation(screen, endScreen);
|
||||
}
|
||||
else
|
||||
{
|
||||
anim->SetMaxDuration(kMaxAnimationTimeSec);
|
||||
}
|
||||
|
||||
if (anim != nullptr)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue