Skip to content

Commit

Permalink
Update WalletWidget.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
f33lnothin9 committed Nov 14, 2024
1 parent a8f98b4 commit 3b25010
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ private fun WalletWidgetContent(wallets: List<ExtendedWallet>) {
items = wallets,
itemId = { walletPopulated ->
Uuid.parse(walletPopulated.wallet.id)
.toLongs { mostSignificantBits, _ -> ((mostSignificantBits shr 12) and 0xF) }
.toLongs { mostSignificantBits, _ -> mostSignificantBits }
}
) { walletPopulated ->
val currentBalance = walletPopulated.transactionsWithCategories
Expand Down

0 comments on commit 3b25010

Please sign in to comment.