We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Description
After switching theme with .Net Maui causes the animation to no longer work but after an app restart it works.
Where the lottie animation should render there is just a blank space but there are no errors or no crashes.
IOS appears to be ok and it is just Android with the issue.
Code All the code does is switch out the ResourceDictionary that is used.
Application.Current!.Resources = themeSwitch.IsToggled ? new DarkTheme() : new LightTheme();
Expected Behavior
Would still expect the lottie animation to play after changing the theme.
Actual Behavior
Basic Information
Reproduction Link
https://github.com/kycuff/LottieIssueApp
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Description
After switching theme with .Net Maui causes the animation to no longer work but after an app restart it works.
Where the lottie animation should render there is just a blank space but there are no errors or no crashes.
IOS appears to be ok and it is just Android with the issue.
Code
All the code does is switch out the ResourceDictionary that is used.
Expected Behavior
Would still expect the lottie animation to play after changing the theme.
Actual Behavior
Where the lottie animation should render there is just a blank space but there are no errors or no crashes.
Basic Information
Reproduction Link
https://github.com/kycuff/LottieIssueApp
The text was updated successfully, but these errors were encountered: