Remove unused method

This commit is contained in:
Benoit Marty 2022-08-31 11:15:58 +02:00
parent 3ed66d636b
commit 388cb16481
1 changed files with 0 additions and 2 deletions

View File

@ -400,8 +400,6 @@ class TimelineViewModel @AssistedInject constructor(
}
}
fun getOtherUserIds() = room.roomSummary()?.otherMemberIds
override fun handle(action: RoomDetailAction) {
when (action) {
is RoomDetailAction.ComposerFocusChange -> handleComposerFocusChange(action)