Skip to content

Commit

Permalink
Block stickers from appending to text in text view (iOS 18) (#2569)
Browse files Browse the repository at this point in the history
  • Loading branch information
Amzd authored Jan 31, 2025
1 parent fbad927 commit 946e238
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions deltachat-ios/Chat/InputBarAccessoryView/InputTextView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,9 @@ open class InputTextView: UITextView {
right: .leastNonzeroMagnitude)
setupPlaceholderLabel()
setupObservers()
if #available(iOS 18.0, *) {
supportsAdaptiveImageGlyph = false
}
}

/// Adds the placeholderLabel to the view and sets up its initial constraints
Expand Down

0 comments on commit 946e238

Please sign in to comment.