Update AccountManager.kt

This commit is contained in:
Vitor Pamplona
2026-01-07 09:24:40 -05:00
committed by GitHub
parent 41cb143e0d
commit 48bd284ef1
@@ -48,6 +48,7 @@ sealed class AccountState {
) : AccountState()
}
@Stable
class AccountManager private constructor(
private val secureStorage: SecureKeyStorage,
) {