Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
android: use a coroutine for loadfiles
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>
- Loading branch information