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

Fixed bug when taking multiple screenshots #254

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

borgoat
Copy link

@borgoat borgoat commented Dec 3, 2024

When taking multiple screenshots, it would fail with error:

Tried to use context.select outside of the method of a widget.

Any usage other than inside the method of a widget are not supported.

Since DevicePreviewStore is being retrieved to check the current device, to reset it after we're done taking screenshots, I think context.read should do, as listening to changes is not needed.

When taking multiple screenshots, it would fail with error:
Tried to use  outside of the  method of a widget.

Any usage other than inside the  method of a widget are not supported.
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.

1 participant