Hitesh Chopra

Results 10 comments of Hitesh Chopra

Hey, any update on this? getGrantedQos() always returns null in my case due to which I am unable to check for Qos 128

@dimitriz09 As a workaround, I returned false in `confirmStateChange ` of `rememberModalBottomSheetState` and it worked for me. ``` val confirmStateChange: (ModalBottomSheetValue) -> Boolean = remember { { false } }...

Hey @tanderson-ld, thanks for responding. We have identified what caused the issue. Actually it was related to one of the interceptors used by the Okhttp client inside our app. Very...

Hey, has this been officially released? It looks like the Play Console has added support for a 16KB page size emulator, which is now causing our Pre-launch reports to fail.

> This is implemented in v11.7.X versions. Example how to fetch it: `implementation 'com.mapbox.maps:android-ndk27:11.7.1'`. I am currently using version 10.18.0 of the library. Could you please let me know if...

Thank you so much, @jush and @kiryldz! We’re eagerly awaiting 16kb support for the Mapbox Search SDK, as [this](https://github.com/mapbox/mapbox-maps-android/issues/2506) issue is currently blocking our progress :)