Skip to content

fix(tabs): delay loadView when animation runs#8353

Merged
vtrifonov merged 4 commits into
masterfrom
trifonov/tab-animation-fix
Feb 21, 2020
Merged

fix(tabs): delay loadView when animation runs#8353
vtrifonov merged 4 commits into
masterfrom
trifonov/tab-animation-fix

Conversation

@vtrifonov

@vtrifonov vtrifonov commented Feb 18, 2020

Copy link
Copy Markdown
Contributor

PR Checklist

What is the current behavior?

When there is an animation for transitioning from one tab to another and the tab contains a frame inside, loadView is triggered which causes the animation to stop

What is the new behavior?

When an animation is running we are calling the callLoaded inside the loadView in a setTimeout for deferred execution

Fixes #7827.

@cla-bot cla-bot Bot added the cla: yes label Feb 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Tabs][iOS] Tabs get stuck when selecting one by one from tabstrip

2 participants