Explorar o código

make msg-details multi-line

B. Petersen %!s(int64=6) %!d(string=hai) anos
pai
achega
7488f5aa10
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  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
             }
         }