Skip to content

Commit

Permalink
Adjust minimum cell heights to work with small preferred font sizes
Browse files Browse the repository at this point in the history
Signed-off-by: Marcel Müller <[email protected]>
  • Loading branch information
SystemKeeper committed Mar 20, 2024
1 parent c825275 commit 43c82a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions NextcloudTalk/BaseChatTableViewCell.swift
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ protocol BaseChatTableViewCellDelegate: AnyObject {
public let chatMessageCellIdentifier = "chatMessageCellIdentifier"
public let chatGroupedMessageCellIdentifier = "chatGroupedMessageCellIdentifier"
public let chatReplyMessageCellIdentifier = "chatReplyMessageCellIdentifier"
public let chatMessageCellMinimumHeight = 50.0
public let chatGroupedMessageCellMinimumHeight = 30.0
public let chatMessageCellMinimumHeight = 45.0
public let chatGroupedMessageCellMinimumHeight = 25.0

// File cell
public let fileMessageCellIdentifier = "fileMessageCellIdentifier"
Expand Down

0 comments on commit 43c82a3

Please sign in to comment.