mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-08-09 06:12:44 +02:00
Merge pull request #611 from greenart7c3/main
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