Make LeaveRoomState stable
This commit is contained in:
committed by
Benoit Marty
parent
1e6f873477
commit
1e847eaa9f
@@ -7,6 +7,9 @@
|
||||
|
||||
package io.element.android.features.leaveroom.api
|
||||
|
||||
import androidx.compose.runtime.Immutable
|
||||
|
||||
@Immutable
|
||||
interface LeaveRoomState {
|
||||
val eventSink: (LeaveRoomEvent) -> Unit
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user