Enable detekt rules CascadingCallWrapping and fix existing issues.

This commit is contained in:
Benoit Marty 2023-07-26 11:07:11 +02:00 committed by Benoit Marty
parent 03cefb2c79
commit 1d3aa2cd05
12 changed files with 33 additions and 16 deletions

View file

@ -73,7 +73,8 @@ class RoomListDataSource @Inject constructor(
}
.onEach {
_filteredRooms.value = it
}.launchIn(coroutineScope)
}
.launchIn(coroutineScope)
}
fun updateFilter(filterValue: String) {