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>
(cherry picked from commit 0b01eb1bb3)
pull/554/head
parent
2740433d17
commit
c543614f10
Loading…
Reference in New Issue