We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Due to Rethink's accessibility service, changing volume causes the volume dialog to hide after 20s, instead of the usual 3s.
I have discovered the cause of this however. As documented here, FEEDBACK_HAPTIC is known to make the volume dialog show for longer that it is supposed to.
FEEDBACK_HAPTIC
The simplest solution would be to change it to FEEDBACK_GENERIC, to prevent this issue from occurring again.
FEEDBACK_GENERIC
For reference, this behavior was witnessed on Android 8.0
The text was updated successfully, but these errors were encountered:
hussainmohd-a
No branches or pull requests
Due to Rethink's accessibility service, changing volume causes the volume dialog to hide after 20s, instead of the usual 3s.
I have discovered the cause of this however. As documented here,
FEEDBACK_HAPTIC
is known to make the volume dialog show for longer that it is supposed to.The simplest solution would be to change it to
FEEDBACK_GENERIC
, to prevent this issue from occurring again.For reference, this behavior was witnessed on Android 8.0
The text was updated successfully, but these errors were encountered: