anqus

Results 5 comments of anqus

The best solution I have found is to run this whenever the padding has changed: ``` suspend fun onMapPaddingChanged() { cameraPositionState.animate( CameraUpdateFactory .newCameraPosition( cameraPositionState.position ), durationMs = 250 ) }...

Bump. The only way I've found to handle different errors of the same type is to check what the message contains, as seen below. This is because the messages are...

> There is no bottom sheet composable in M3 currently so we couldn't actually migrate that library at the moment. For the other libraries in Accompanist, we are currently evaluating...

> I'm encountering the same issue. I was on 4.29.0 and on nearly every docker start up I have to go to `~/Library/Group Containers/group.com.docker/settings.json` and remove the JetBrains Rider path...