1
mirror of https://github.com/m2049r/xmrwallet synced 2025-04-04 11:35:31 +02:00

clear amounts when typing ()

This commit is contained in:
m2049r 2018-08-05 23:26:01 +02:00 committed by GitHub
parent fe7ab31050
commit a9a78393a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -239,7 +239,7 @@ public class ExchangeView extends LinearLayout
@Override
public void afterTextChanged(Editable editable) {
etAmount.setError(null);
//doExchange();
clearAmounts();
}
@Override