Remove useless Immutable annotation

This commit is contained in:
Benoit Marty 2025-10-09 18:03:32 +02:00 committed by Benoit Marty
parent 19238acf5d
commit 271ae19436
26 changed files with 0 additions and 50 deletions

View file

@ -7,9 +7,6 @@
package io.element.android.features.rageshake.api.crash
import androidx.compose.runtime.Immutable
@Immutable
data class CrashDetectionState(
val appName: String,
val crashDetected: Boolean,

View file

@ -7,10 +7,8 @@
package io.element.android.features.rageshake.api.detection
import androidx.compose.runtime.Immutable
import io.element.android.features.rageshake.api.preferences.RageshakePreferencesState
@Immutable
data class RageshakeDetectionState(
val takeScreenshot: Boolean,
val showDialog: Boolean,