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 possible ANR when e.g. leaving the chat view during bootstrapping #1211

Merged
merged 1 commit into from
Feb 19, 2024

Conversation

robinlinden
Copy link
Collaborator

@robinlinden robinlinden commented Feb 19, 2024

This triggers a synchronous call from the main thread into Tox to change
the selfTyping status which will try to take the same mutex that
bootstrapping might be holding during a call into things that do
networking.

This triggers a synchronous call from the main thread into Tox to change
the selfTyping status which will try to take the same mutex that
bootstrapping might be holding during a call into things that do
networking.
@robinlinden robinlinden changed the title Fix possible ANR when leaving the chat view during e.g. bootstrapping Fix possible ANR when e.g. leaving the chat view during bootstrapping Feb 19, 2024
@robinlinden robinlinden merged commit 7bc1944 into evilcorpltd:master Feb 19, 2024
11 checks passed
@robinlinden robinlinden deleted the chat-anr-fix branch February 19, 2024 21:28
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