We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f33bfb5 commit 349d38bCopy full SHA for 349d38b
libraries/maplibre-compose/src/main/kotlin/io/element/android/libraries/maplibre/compose/MapLibreMap.kt
@@ -239,6 +239,7 @@ private fun MapView.componentCallbacks(): ComponentCallbacks =
239
object : ComponentCallbacks {
240
override fun onConfigurationChanged(config: Configuration) {}
241
242
+ @Deprecated("Deprecated in the library, but still required for ComponentCallbacks")
243
override fun onLowMemory() {
244
this@componentCallbacks.onLowMemory()
245
}
0 commit comments