Leku
Leku copied to clipboard
very laggy when open map
Im using version 9.1.1 with Kotlin, my device is Samsung A02S. When start location picker screen, it's lag and can not touch into view, after ~5 sec, it's show my current location and i can touch the screen
val locationPickerIntent = LocationPickerActivity.Builder()
.withGeolocApiKey("KEY")
.withSatelliteViewHidden()
.build(this@ChatScreen)
lauchLocationPicker.launch(locationPickerIntent)