Преглед на файлове

truncate subtitle as needed

setContentCompressionResistancePriority() does not make sense here,
the outer avatar and back-button should have a higher priority
B. Petersen преди 1 година
родител
ревизия
47815a56bc
променени са 1 файла, в които са добавени 0 реда и са изтрити 1 реда
  1. 0 1
      deltachat-ios/View/ChatTitleView.swift

+ 0 - 1
deltachat-ios/View/ChatTitleView.swift

@@ -37,7 +37,6 @@ class ChatTitleView: UIView {
         subtitleLabel.translatesAutoresizingMaskIntoConstraints = false
         subtitleLabel.font = UIFont.systemFont(ofSize: 12)
         subtitleLabel.textAlignment = .center
-        subtitleLabel.setContentCompressionResistancePriority(.required, for: .horizontal)
         return subtitleLabel
     }()