Browse Source

make msg-details multi-line

B. Petersen 6 years ago
parent
commit
7488f5aa10
1 changed files with 2 additions and 0 deletions
  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
             }
         }