We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93ddad6 commit b49e879Copy full SHA for b49e879
1 file changed
app/src/main/java/to/bitkit/ui/screens/trezor/TrezorViewModel.kt
@@ -1,5 +1,6 @@
1
package to.bitkit.ui.screens.trezor
2
3
+import androidx.compose.runtime.Immutable
4
import androidx.compose.runtime.Stable
5
import androidx.lifecycle.ViewModel
6
import androidx.lifecycle.viewModelScope
@@ -720,7 +721,7 @@ data class TrezorNetworkState(
720
721
val isGettingPublicKey: Boolean = false,
722
)
723
-@Stable
724
+@Immutable
725
data class TrezorMessageState(
726
val messageToSign: String = "Hello, Trezor!",
727
val lastSignature: String? = null,
0 commit comments