Open RezMike opened 3 years ago
This line suspends forever on android emulator (Nexus 4 API 23):
val coords = locationTracker.getLocationsFlow().first()
On real device it works correctly.
maybe emulator not send location at all. and maybe we have bug. need research
This line suspends forever on android emulator (Nexus 4 API 23):
On real device it works correctly.