Makes ZapAmount viewmodel stable

This commit is contained in:
Vitor Pamplona
2025-04-01 18:57:17 -04:00
parent 375931d4f9
commit a5f9b865ec
@@ -60,6 +60,7 @@ import androidx.compose.material3.Surface
import androidx.compose.material3.Text
import androidx.compose.runtime.Composable
import androidx.compose.runtime.LaunchedEffect
import androidx.compose.runtime.Stable
import androidx.compose.runtime.getValue
import androidx.compose.runtime.mutableStateOf
import androidx.compose.runtime.remember
@@ -109,6 +110,7 @@ import kotlinx.coroutines.CancellationException
import kotlinx.coroutines.Dispatchers
import kotlinx.coroutines.launch
@Stable
class UpdateZapAmountViewModel : ViewModel() {
var account: Account? = null