Removes unused variable
This commit is contained in:
parent
95b37e2838
commit
f62271354e
|
@ -63,8 +63,6 @@ class NewSpaceSummaryController @Inject constructor(
|
||||||
homeCount: RoomAggregateNotificationCount,
|
homeCount: RoomAggregateNotificationCount,
|
||||||
expandedStates: Map<String, Boolean>,
|
expandedStates: Map<String, Boolean>,
|
||||||
) {
|
) {
|
||||||
val host = this
|
|
||||||
|
|
||||||
addHomeItem(selectedSpace == null, homeCount)
|
addHomeItem(selectedSpace == null, homeCount)
|
||||||
addSpaces(spaceSummaries, selectedSpace, rootSpaces, expandedStates)
|
addSpaces(spaceSummaries, selectedSpace, rootSpaces, expandedStates)
|
||||||
addCreateItem()
|
addCreateItem()
|
||||||
|
|
Loading…
Reference in New Issue