moko-geo
moko-geo copied to clipboard
LocationsFlow suspends forever on android emulator
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