-
Notifications
You must be signed in to change notification settings - Fork 741
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
Replace "open settings" button by "disable" action in RageShake dialog if there is no session #5649
Conversation
I removed the button to fix a crash but I didn't read the original issue which explains that the setting might stay available by handling the no session state in the settings. Let me know if you prefer to keep the button and go on this way. |
is it possible to send a bug report whilst signed out? If not, maybe we could avoid showing the dialog completely? |
yes, it is possible, and it works. |
My concern is that it will not be possible to disable rageshake if there is no session, which is the state when a user has just installed the app. Can we replace the "settings" button by "disable" when there is no session? To let the user be able to disable rageshake detection and be able to create the session. |
…g if there is no session
6a05d6e
to
4d37aa2
Compare
@bmarty I updated the PR with your suggestion, let me know if it is ok for you |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That's perfect, thanks for the update!
Type of change
Content
The "settings" button is replaced by a "disable" button when there is no session. Clicking on this button will disable the rage shake feature until the user manually reactive it by opening the application settings from a new session.
Motivation and context
Fix #4445
Screenshots / GIFs
Tests
Tested by triggering the rageshake dialog in both states (connected & disconnected).
Tested devices
Checklist