mirror of
https://github.com/CatimaLoyalty/Android.git
synced 2026-03-31 05:41:51 -04:00
Set hasChanged when balance was edited
This commit is contained in:
@@ -214,6 +214,8 @@ public class LoyaltyCardEditActivity extends AppCompatActivity
|
||||
|
||||
@Override
|
||||
public void onTextChanged(CharSequence s, int start, int before, int count) {
|
||||
hasChanged = true;
|
||||
|
||||
try {
|
||||
balanceField.setTag(Utils.parseCurrencyInUserLocale(s.toString()));
|
||||
validBalance = true;
|
||||
|
||||
Reference in New Issue
Block a user