Fix LiveLocationReceiver interface and update tests
This commit is contained in:
+1
-1
@@ -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()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user