Skip to content

Commit

Permalink
App version 1.19.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mismirnov committed Aug 17, 2022
2 parents ea2cf06 + 04d3b47 commit 47c7a43
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@ public void UpdateQuotesInBaseCurrency(IQuotesProvider quotesProvider)

if (currency == null)
return; // TODO: msg to user

_navigationService?.CloseBottomSheet();
_navigationService?.SetInitiatedPage(TabNavigation.Exchange);
_navigationService?.GoToExchange(currency);
Expand Down

0 comments on commit 47c7a43

Please sign in to comment.