mirror of https://github.com/m2049r/xmrwallet.git
clear amounts when typing (#379)
This commit is contained in:
parent
fe7ab31050
commit
a9a78393a9
|
@ -239,7 +239,7 @@ public class ExchangeView extends LinearLayout
|
|||
@Override
|
||||
public void afterTextChanged(Editable editable) {
|
||||
etAmount.setError(null);
|
||||
//doExchange();
|
||||
clearAmounts();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in New Issue