mirror of
https://github.com/haveno-dex/haveno.git
synced 2024-10-01 01:35:48 -04:00
update offer qr code on key strokes
This commit is contained in:
parent
c22c3b82dd
commit
0c1ac28e26
@ -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 New Issue
Block a user