mirror of
https://github.com/boldsuck/haveno.git
synced 2025-01-24 16:45:51 +00:00
update offer qr code on key strokes
This commit is contained in:
parent
c22c3b82dd
commit
0c1ac28e26
1 changed files with 1 additions and 1 deletions
|
@ -760,7 +760,7 @@ public abstract class MutableOfferView<M extends MutableOfferViewModel<?>> exten
|
||||||
|
|
||||||
missingCoinListener = (observable, oldValue, newValue) -> {
|
missingCoinListener = (observable, oldValue, newValue) -> {
|
||||||
if (!newValue.toString().equals("")) {
|
if (!newValue.toString().equals("")) {
|
||||||
//updateQrCode(); // disabled to avoid wallet requests on key strokes
|
updateQrCode();
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue