mirror of
https://github.com/haveno-dex/haveno.git
synced 2024-11-16 15:58:08 +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) -> {
|
||||
if (!newValue.toString().equals("")) {
|
||||
//updateQrCode(); // disabled to avoid wallet requests on key strokes
|
||||
updateQrCode();
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue