Code cleanup, remove dead code and fix compilation issue
This commit is contained in:
parent
f5882fef11
commit
bb39a9f399
17 changed files with 13 additions and 33 deletions
|
|
@ -8,7 +8,6 @@
|
|||
package io.element.android.features.home.impl.spaces
|
||||
|
||||
import io.element.android.libraries.matrix.api.core.RoomId
|
||||
import io.element.android.libraries.matrix.api.core.SpaceId
|
||||
import io.element.android.libraries.matrix.api.spaces.SpaceRoom
|
||||
import kotlinx.collections.immutable.ImmutableSet
|
||||
|
||||
|
|
|
|||
|
|
@ -63,7 +63,7 @@ fun HomeSpacesView(
|
|||
onSpaceClick(spaceRoom.roomId)
|
||||
},
|
||||
onLongClick = {
|
||||
|
||||
// TODO
|
||||
}
|
||||
)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue