...
This commit is contained in:
@@ -235,6 +235,7 @@ internal class SearchServiceImpl(
|
||||
}
|
||||
if (filters.places) {
|
||||
launch {
|
||||
Log.e("SearchService","filters.places >>> $query ${filters.allowNetwork}")
|
||||
locationRepository.search(query, filters.allowNetwork)
|
||||
.combine(customAttrResults) { locations, customAttrs ->
|
||||
if (customAttrs.locations != null) locations + customAttrs.locations
|
||||
|
||||
Reference in New Issue
Block a user