Skip to content

Commit e58c89b

Browse files
Fixed composer input resizing bug
1 parent 5dbd3ca commit e58c89b

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

Sources/StreamChatSwiftUI/Utils/Common/InputTextView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import UIKit
66

77
struct TextSizeConstants {
8-
static let minimumHeight = 34.0
8+
static let minimumHeight = 38.0
99
static let maximumHeight = 76.0
1010
static let minThreshold = 38.0
1111
}
Loading
Loading

0 commit comments

Comments
 (0)