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

Button disappears after opening qosmetics settings #2

Closed
Tatenshi opened this issue Aug 28, 2022 · 1 comment
Closed

Button disappears after opening qosmetics settings #2

Tatenshi opened this issue Aug 28, 2022 · 1 comment
Labels
bug Something isn't working

Comments

@Tatenshi
Copy link
Owner

Tatenshi commented Aug 28, 2022

It reapears after going to the main menu and back to solo.

Probably qosmetics activates another FlowCoordinator which then calls PresentFlowCoordinator and disables the Button. But because we go back instead of (newly) presenting the Solo Controller, PresentFlowCoordinator is not being called (and the Button stays deactivated).

Maybe it is enough to hook FlowCoordinator.DidActivate instead of PresentFlowCoordinator

@Tatenshi Tatenshi added the bug Something isn't working label Aug 28, 2022
@Tatenshi
Copy link
Owner Author

Fixed in Version 0.2.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant