Loading play-services-maps-core-mapbox/src/main/kotlin/org/microg/gms/maps/mapbox/GoogleMap.kt +1 −0 Original line number Diff line number Diff line Loading @@ -757,6 +757,7 @@ class GoogleMapImpl(context: Context, var options: GoogleMapOptions) : AbstractG .build()) cameraMode = CameraMode.NONE renderMode = RenderMode.COMPASS setMaxAnimationFps(2) } synchronized(mapLock) { Loading Loading
play-services-maps-core-mapbox/src/main/kotlin/org/microg/gms/maps/mapbox/GoogleMap.kt +1 −0 Original line number Diff line number Diff line Loading @@ -757,6 +757,7 @@ class GoogleMapImpl(context: Context, var options: GoogleMapOptions) : AbstractG .build()) cameraMode = CameraMode.NONE renderMode = RenderMode.COMPASS setMaxAnimationFps(2) } synchronized(mapLock) { Loading