Pārlūkot izejas kodu

add minor inset at the table view bottom to avoid cut off avatars

cyberta 4 gadi atpakaļ
vecāks
revīzija
fce04e234a
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  1. 1 0
      deltachat-ios/Chat/ChatViewControllerNew.swift

+ 1 - 0
deltachat-ios/Chat/ChatViewControllerNew.swift

@@ -124,6 +124,7 @@ class ChatViewControllerNew: UITableViewController {
         tableView.register(NewAudioMessageCell.self, forCellReuseIdentifier: "audio")
         tableView.rowHeight = UITableView.automaticDimension
         tableView.separatorStyle = .none
+        tableView.contentInset.bottom = 8
         super.viewDidLoad()
         if !dcContext.isConfigured() {
             // TODO: display message about nothing being configured