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 bug preventing display from sleeping after a call #11264

Merged
merged 1 commit into from
Oct 30, 2019

Conversation

dbkr
Copy link
Member

@dbkr dbkr commented Oct 30, 2019

Calls often transition from connected to connected after transitioning
into the connected state (when the ICE layer connects) so we ended up
creating two wake locks and then only stopping one of them.

Don't make another wake lock if we already have one.

Hopefully fixes #6814

Calls often transition from connected to connected after transitioning
into the connected state (when the ICE layer connects) so we ended up
creating two wake locks and then only stopping one of them.

Don't make another wake lock if we already have one.

Hopefully fixes #6814
@dbkr dbkr requested a review from a team October 30, 2019 11:03
@dbkr dbkr merged commit d6125d0 into develop Oct 30, 2019
@t3chguy t3chguy deleted the dbkr/fix_wakelock_bug branch May 12, 2022 09:06
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.

Riot-web app block suspend
2 participants