icerockdev / moko-geo

Geolocation access for mobile (android & ios) Kotlin Multiplatform development
https://moko.icerock.dev/
Apache License 2.0
176 stars 16 forks source link

LocationsFlow suspends forever on android emulator #16

Open RezMike opened 3 years ago

RezMike commented 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.

Alex009 commented 3 years ago

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