Skip to content

Commit

Permalink
Merge pull request #337 from tangem/fix/AND-5492
Browse files Browse the repository at this point in the history
AND-5492 Show progress while signing hashes
  • Loading branch information
kozarezvlad authored Dec 8, 2023
2 parents 7a73152 + 1ee031f commit d86f1e0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ class MessageWidget(mainView: View) : BaseSessionDelegateStateWidget(mainView) {

fun setMessage(message: ViewDelegateMessage?) {
externalMessage = message
if (message is LocatorMessage) message.fetchMessages(locator = stringLocator)
setTaskBlock(message)
}

Expand Down

0 comments on commit d86f1e0

Please sign in to comment.