Removes unused variable

This commit is contained in:
ericdecanini 2022-08-26 15:08:25 +02:00
parent 95b37e2838
commit f62271354e

View file

@ -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()