Make NotificationTroubleshootTestState.Status stable
This commit is contained in:
committed by
Benoit Marty
parent
8987949704
commit
417918feed
@@ -7,11 +7,14 @@
|
||||
|
||||
package io.element.android.libraries.troubleshoot.api.test
|
||||
|
||||
import androidx.compose.runtime.Immutable
|
||||
|
||||
data class NotificationTroubleshootTestState(
|
||||
val name: String,
|
||||
val description: String,
|
||||
val status: Status,
|
||||
) {
|
||||
@Immutable
|
||||
sealed interface Status {
|
||||
data class Idle(val visible: Boolean) : Status
|
||||
data object InProgress : Status
|
||||
|
||||
Reference in New Issue
Block a user