Updated on 2026-08-14

This commit is contained in:
Tangem 2019-03-25 18:28:59 +03:00
parent 131ccfe7df
commit 9f3ce2ce3c
3 changed files with 47 additions and 14 deletions

View file

@ -85,6 +85,7 @@ public class SignTask extends CustomReadCardTask {
}
transactionToSign.onSignCompleted(signResult.getTLV(TLV.Tag.TAG_Signature).Value);
//TODO: maybe we should move notifyOnNeedSendTransaction(txForSend) here?
mNotifications.onReadProgress(protocol, 100);
}