Fixes reformatting bug

This commit is contained in:
Vitor Pamplona
2026-02-09 14:09:07 -05:00
parent eb66182211
commit ae84a64b71
@@ -119,7 +119,7 @@ class AccountStateViewModel : ViewModel() {
is NEmbed -> null
is NRelay -> null
is NAddress -> null
else -> runCatching { if (loginWithExternalSigner) Hex.decode(key) else null }
else -> runCatching { if (loginWithExternalSigner) Hex.decode(key) else null }.getOrNull()
}
if (loginWithExternalSigner && pubKeyParsed == null) {