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

android: use a coroutine for loadfiles #555

Merged
merged 2 commits into from
Nov 4, 2024

Conversation

kari-ts
Copy link
Collaborator

@kari-ts kari-ts commented Nov 4, 2024

contentResolver.query is attempting to perform a network query on the main thread. Move this to a coroutine to prevent blocking.

Fixes tailscale/corp#24293

Signed-off-by: kari-ts kari@tailscale.com
(cherry picked from commit 0b01eb1)

contentResolver.query is attempting to perform a network query on the main thread. Move this to a coroutine to prevent blocking.

Fixes tailscale/corp#24293

Signed-off-by: kari-ts <kari@tailscale.com>
(cherry picked from commit 0b01eb1)
@kari-ts kari-ts requested a review from barnstar November 4, 2024 17:50
OSS and Version updated to 1.77.75-td4222fae9-gc543614f10a

Signed-off-by: kari-ts <kari@tailscale.com>
@kari-ts kari-ts merged commit cdc3320 into release-branch/1.76 Nov 4, 2024
2 checks passed
@kari-ts kari-ts deleted the kari/cherry-pick-24293 branch November 4, 2024 17:56
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.

2 participants