Fix LiveLocationReceiver interface and update tests

This commit is contained in:
ganfra
2026-06-02 13:14:03 +02:00
parent 1a40e460ae
commit a9fe0a3560
2 changed files with 14 additions and 7 deletions
@@ -11,5 +11,5 @@ import io.element.android.features.location.api.Location
interface LiveLocationReceiver {
suspend fun onLocationUpdate(location: Location)
suspend fun onUnrecoverableError() {}
suspend fun onUnrecoverableError()
}