mirror of
https://github.com/hmalik144/easy_cc_flutter.git
synced 2025-12-10 03:05:34 +00:00
- minor fixes
This commit is contained in:
@@ -35,6 +35,7 @@ class MainViewModel extends BaseViewmodel {
|
||||
}
|
||||
|
||||
void setCurrencyRate(String fromCurrency, String toCurrency) {
|
||||
if (fromCurrency == toCurrency) return;
|
||||
onStart();
|
||||
_repository.getConversationRateFromApi(fromCurrency, toCurrency).then(
|
||||
(value) {
|
||||
|
||||
Reference in New Issue
Block a user