Increase scroll to bottom margin

pull/478/head
Niels Andriesse 4 years ago
parent 8dac8a9ae4
commit 9565358b55

@ -150,7 +150,7 @@ final class ConversationVC : BaseVC, ConversationViewModelDelegate, OWSConversat
/// The button will be invisible until the user has scrolled at least this amount from the bottom of the table view. /// The button will be invisible until the user has scrolled at least this amount from the bottom of the table view.
static let scrollButtonNoVisibilityThreshold: CGFloat = 20 static let scrollButtonNoVisibilityThreshold: CGFloat = 20
/// Automatically scroll to the bottom of the conversation when sending a message if the scroll distance from the bottom is less than this number. /// Automatically scroll to the bottom of the conversation when sending a message if the scroll distance from the bottom is less than this number.
static let scrollToBottomMargin: CGFloat = 40 static let scrollToBottomMargin: CGFloat = 60
// MARK: Lifecycle // MARK: Lifecycle
init(thread: TSThread, focusedMessageID: String? = nil) { init(thread: TSThread, focusedMessageID: String? = nil) {

Loading…
Cancel
Save