Skip to content

Commit

Permalink
Merge pull request #1413 from LukasKorba/1397-Release-Zashi-iOS-1-2-3
Browse files Browse the repository at this point in the history
[#1397] Release Zashi 1.2.3
  • Loading branch information
LukasKorba authored Nov 19, 2024
2 parents 0c46331 + b414767 commit 44303f2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ directly impact users rather than highlighting other crucial architectural updat

## [Unreleased]

## 1.2.3 build 3 (2024-11-19)

### Added
- Authentication for the app launch and cold starts after 15 minutes.
- Send experience reworked to display a sending screen, followed by transaction result screens.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ private extension FlexaHandlerClient {
symbol: "ZEC",
balance: zecAmount,
balanceAvailable: zecAvailableAmount,
icon: UIImage(named: "zcashZecLogo")
icon: UIImage(named: "zcashZecLogo") ?? UIImage()
)
]
)
Expand Down

0 comments on commit 44303f2

Please # to comment.