mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-09-26 20:46:26 +02:00
fix crash when editing account
This commit is contained in:
@@ -265,6 +265,7 @@ class Account(
|
||||
|
||||
var event = MetadataEvent.create(toString, identities, keyPair.pubKey.toHexKey(), keyPair.privKey)
|
||||
if (loginWithExternalSigner) {
|
||||
ExternalSignerUtils.openSigner(event)
|
||||
val content = ExternalSignerUtils.content[event.id]
|
||||
if (content.isBlank()) {
|
||||
return
|
||||
|
Reference in New Issue
Block a user