Skip to content
This repository has been archived by the owner on Nov 5, 2024. It is now read-only.

Commit

Permalink
Excluded Amount issue in Account Tab
Browse files Browse the repository at this point in the history
Excluded Amount issue in Account tab is fixed
  • Loading branch information
sandeepjak2007 committed Feb 9, 2024
1 parent 22eacd5 commit 5f2dbb4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ class AccountsViewModel @Inject constructor(

baseCurrency.value = baseCurrencyCode
accountsData.value = accountsDataList
totalBalanceWithExcludedText.value = totalBalanceWithExcludedAccounts.toString()
totalBalanceWithExcluded.value = totalBalanceWithExcludedAccounts.toString()
totalBalanceWithExcludedText.value = context.getString(
R.string.total,
baseCurrencyCode,
Expand Down

0 comments on commit 5f2dbb4

Please sign in to comment.