BratinaRok / android-bank-manager

bank manager application
0 stars 1 forks source link

Convert funds #31

Open RedJocker opened 1 year ago

RedJocker commented 1 year ago

I don't understand the purpose of restricting the convert funds feature to the amount on the account.

Is this supposed to be a tool for seeing exchange rates? If that is the case them there is no need to limit the amount

By looking at toast message I think you intended to actually change the account funds from one currency to another, but then you still have not really implemented the conversion because the balance remains the same. Also you would need to keep balance in several currencies if that is the case and it does not look like you are doing that

BratinaRok commented 1 year ago

Will fix that, it should be as several currencies.