clear amounts when typing (#379)

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
1 changed files with 1 additions and 1 deletions

View File

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