Make LeaveRoomState stable
This commit is contained in:
parent
61ee3f7b70
commit
5496cf1f39
1 changed files with 3 additions and 0 deletions
|
|
@ -7,6 +7,9 @@
|
||||||
|
|
||||||
package io.element.android.features.leaveroom.api
|
package io.element.android.features.leaveroom.api
|
||||||
|
|
||||||
|
import androidx.compose.runtime.Immutable
|
||||||
|
|
||||||
|
@Immutable
|
||||||
interface LeaveRoomState {
|
interface LeaveRoomState {
|
||||||
val eventSink: (LeaveRoomEvent) -> Unit
|
val eventSink: (LeaveRoomEvent) -> Unit
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue