Enable detekt rules CascadingCallWrapping and fix existing issues.
This commit is contained in:
committed by
Benoit Marty
parent
17155a7426
commit
e0255777c0
+2
-1
@@ -73,7 +73,8 @@ class RoomListDataSource @Inject constructor(
|
||||
}
|
||||
.onEach {
|
||||
_filteredRooms.value = it
|
||||
}.launchIn(coroutineScope)
|
||||
}
|
||||
.launchIn(coroutineScope)
|
||||
}
|
||||
|
||||
fun updateFilter(filterValue: String) {
|
||||
|
||||
Reference in New Issue
Block a user