Skip to content

Commit 88db50d

Browse files
authored
Merge pull request #117 from KeystoneHQ/bug-fix
fix web3 mode sync modal cannot open
2 parents d8d4d18 + 5fcc246 commit 88db50d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/src/main/java/com/keystone/cold/ui/views/qrcode/DynamicQrCodeView.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ public void setData(String s) {
126126
}
127127

128128
public void displayUR(UR ur) {
129+
data = ur.toString();
129130
AppExecutors.getInstance().networkIO().execute(() -> {
130131
try {
131132
mCache.restart();

0 commit comments

Comments
 (0)