Browse Source

make msg-details multi-line

B. Petersen 6 năm trước cách đây
mục cha
commit
7488f5aa10
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      deltachat-ios/Controller/MessageInfoViewController.swift

+ 2 - 0
deltachat-ios/Controller/MessageInfoViewController.swift

@@ -37,6 +37,8 @@ class MessageInfoViewController: UITableViewController {
 
         if indexPath.section == 0 {
             if indexPath.row == 0 {
+                cell.textLabel?.numberOfLines = 0
+                cell.textLabel?.lineBreakMode = .byWordWrapping
                 cell.textLabel?.text = message.text
             }
         }