Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix for the rotating card oddly moving views above its hierarchy #18

Merged
merged 1 commit into from
Dec 9, 2022

Conversation

tgeisse
Copy link
Contributor

@tgeisse tgeisse commented Dec 8, 2022

No rush on deploying this, but this should fix the rotating card view making the top icons move. Oddly enough the withAnimations just needed to be wrapped in a DispatchQueue call. In my research, it appears that withAnimations in an onAppear call need to use DispatchQueue when wrapped in a NavigationView. (Which Fabula items are). Outside of a NavigationView, I would imagine my original code would work just fine.

@jasudev
Copy link
Owner

jasudev commented Dec 8, 2022

ok I will check it. thank you :)

@jasudev jasudev merged commit e4cecdb into jasudev:main Dec 9, 2022
@tgeisse
Copy link
Contributor Author

tgeisse commented Dec 9, 2022

Great, thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants