You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should have some sort of (ideally self-generating) tests in place that ensure all (valid?) maneuver combinations generate valid maneuver images using the platform views. We have had a few random issues with this on iOS and Android in the past, and I suspect we haven't found them all.
The text was updated successfully, but these errors were encountered:
I also found that our android maneuver images are not tinted properly in dark mode. We probably want them to be tinted to MaterialTheme.colorScheme.onWhatever (e.g. onPrimary). Currently you can't see them in dark mode because they're still black.
We should have some sort of (ideally self-generating) tests in place that ensure all (valid?) maneuver combinations generate valid maneuver images using the platform views. We have had a few random issues with this on iOS and Android in the past, and I suspect we haven't found them all.
The text was updated successfully, but these errors were encountered: