Fix warning (there is a TODO)
This commit is contained in:
parent
d84a9d5d24
commit
7524758d05
1 changed files with 1 additions and 0 deletions
|
|
@ -82,6 +82,7 @@ fun ForwardMessagesView(
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Suppress("UNUSED_PARAMETER")
|
||||||
fun onRoomRemoved(roomSummaryDetails: RoomSummaryDetails) {
|
fun onRoomRemoved(roomSummaryDetails: RoomSummaryDetails) {
|
||||||
// TODO toggle selection when multi-selection is enabled
|
// TODO toggle selection when multi-selection is enabled
|
||||||
state.eventSink(ForwardMessagesEvents.RemoveSelectedRoom)
|
state.eventSink(ForwardMessagesEvents.RemoveSelectedRoom)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue