evilcorpltd / aTox

Reasonable Tox client for Android
GNU General Public License v3.0
372 stars 59 forks source link

Fix possible ANR when e.g. leaving the chat view during bootstrapping #1211

Closed robinlinden closed 9 months ago

robinlinden commented 9 months ago

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.