Fix infinite recursion
This commit is contained in:
parent
a62593cad3
commit
25da73745f
@ -83,7 +83,7 @@ abstract class WeatherProvider(
|
|||||||
return createLocationsCursor(locations)
|
return createLocationsCursor(locations)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return super.query(uri, projection, queryArgs, cancellationSignal)
|
return null
|
||||||
}
|
}
|
||||||
|
|
||||||
private suspend fun getWeatherData(
|
private suspend fun getWeatherData(
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user