mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2026-08-12 09:13:23 +00:00
Fixes reformatting bug
This commit is contained in:
+1
-1
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user