Skip to content

Commit 349d38b

Browse files
committed
Fix warnings when building
1 parent f33bfb5 commit 349d38b

File tree

1 file changed

+1
-0
lines changed
  • libraries/maplibre-compose/src/main/kotlin/io/element/android/libraries/maplibre/compose

1 file changed

+1
-0
lines changed

libraries/maplibre-compose/src/main/kotlin/io/element/android/libraries/maplibre/compose/MapLibreMap.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,7 @@ private fun MapView.componentCallbacks(): ComponentCallbacks =
239239
object : ComponentCallbacks {
240240
override fun onConfigurationChanged(config: Configuration) {}
241241

242+
@Deprecated("Deprecated in the library, but still required for ComponentCallbacks")
242243
override fun onLowMemory() {
243244
this@componentCallbacks.onLowMemory()
244245
}

0 commit comments

Comments
 (0)