mirror of
https://github.com/element-hq/element-android
synced 2024-11-24 10:25:35 +03:00
Removes unused variable
This commit is contained in:
parent
95b37e2838
commit
f62271354e
1 changed files with 0 additions and 2 deletions
|
@ -63,8 +63,6 @@ class NewSpaceSummaryController @Inject constructor(
|
|||
homeCount: RoomAggregateNotificationCount,
|
||||
expandedStates: Map<String, Boolean>,
|
||||
) {
|
||||
val host = this
|
||||
|
||||
addHomeItem(selectedSpace == null, homeCount)
|
||||
addSpaces(spaceSummaries, selectedSpace, rootSpaces, expandedStates)
|
||||
addCreateItem()
|
||||
|
|
Loading…
Reference in a new issue