瀏覽代碼

Merge pull request #1613 from deltachat/fix_multiselect_layout_iospre13

fix bottom multiselect panel in chat list on iOS pre 13.0
cyBerta 3 年之前
父節點
當前提交
93b80107e2
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      deltachat-ios/View/ChatListEditingBar.swift

+ 1 - 1
deltachat-ios/View/ChatListEditingBar.swift

@@ -82,7 +82,7 @@ class ChatListEditingBar: UIView {
             button.setImage(UIImage(systemName: imageName), for: .normal)
             button.tintColor = .systemBlue
         } else {
-            button.setTitle(description, for: .normal)
+            button.setTitle(imageDescription, for: .normal)
             button.setTitleColor(.systemBlue, for: .normal)
         }
         button.accessibilityLabel = description