Skip to content

Commit

Permalink
[trello.com/c/6aOhwhtl] Fee label fix
Browse files Browse the repository at this point in the history
  • Loading branch information
just-software-dev committed Nov 29, 2024
1 parent b62af53 commit 65f8909
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 65f8909

Please sign in to comment.