Leku icon indicating copy to clipboard operation
Leku copied to clipboard

very laggy when open map

Open fukemy opened this issue 3 years ago • 0 comments

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)

fukemy avatar Dec 29 '21 06:12 fukemy