mirror of
https://github.com/element-hq/element-android
synced 2024-11-24 02:15:35 +03:00
Fixes lint error
This commit is contained in:
parent
7c1d1c3464
commit
83bd9bca86
1 changed files with 1 additions and 1 deletions
|
@ -194,7 +194,7 @@ internal class RoomSummaryDataSource @Inject constructor(
|
|||
}
|
||||
val dataSourceFactory = realmDataSourceFactory.map {
|
||||
roomSummaryMapper.map(it)
|
||||
}.map { it.getWithParents()}
|
||||
}.map { it.getWithParents() }
|
||||
|
||||
val boundaries = MutableLiveData(ResultBoundaries())
|
||||
|
||||
|
|
Loading…
Reference in a new issue