moko-geo icon indicating copy to clipboard operation
moko-geo copied to clipboard

LocationsFlow suspends forever on android emulator

Open RezMike opened this issue 4 years ago • 1 comments

This line suspends forever on android emulator (Nexus 4 API 23):

val coords = locationTracker.getLocationsFlow().first()

On real device it works correctly.

RezMike avatar Jan 13 '21 07:01 RezMike

maybe emulator not send location at all. and maybe we have bug. need research

Alex009 avatar Jan 23 '21 09:01 Alex009