Skip to content

Commit

Permalink
Merge pull request #609 from Adamant-im/dev/trello.com/c/6aOhwhtl
Browse files Browse the repository at this point in the history
[trello.com/c/6aOhwhtl] Fee label fix
  • Loading branch information
just-software-dev authored Dec 2, 2024
2 parents b62af53 + 65f8909 commit 21e3fe2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Adamant/Modules/Chat/View/Subviews/ChatInputBar.swift
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ final class ChatInputBar: InputBarAccessoryView {

private extension ChatInputBar {
func updateFeeLabel() {
feeLabel.setTitle(fee, for: .normal)
feeLabel.setTitle(fee.isEmpty ? " " : fee, for: .normal)
feeLabel.setSize(feeLabel.titleLabel?.intrinsicContentSize ?? .zero, animated: false)
}

Expand Down

0 comments on commit 21e3fe2

Please sign in to comment.