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 settings button visible on insertion settings page #90

Merged
merged 3 commits into from
May 8, 2023

Conversation

Abestanis
Copy link
Collaborator

This was originally fixed by #50, but seems to have regressed since then, probably due to a flutter update.

Looks like the dependency on settingsOpened was no longer registered in the initState function. We work around that by using a StatefulBuilder.

It is a bit weird that the goldens on CI did not pick this up in #85, they were showing the button consistently locally.
To make sure this doesn't regress in the future, I also added some tests for the selection route.

This depends on and includes changes from #89 and will be kept as a draft until it is merged.

@Abestanis Abestanis force-pushed the fix/settings_button branch from 2398960 to 5fd2825 Compare May 6, 2023 00:58
@Abestanis Abestanis marked this pull request as ready for review May 7, 2023 23:57
@nt4f04uNd nt4f04uNd merged commit 5db7929 into nt4f04uNd:master May 8, 2023
@Abestanis Abestanis deleted the fix/settings_button branch May 8, 2023 16:40
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.

2 participants