浏览代码

fix bottom multiselect panel in chat list on iOS pre 13.0

cyberta 3 年之前
父节点
当前提交
9a4d49ea8f
共有 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.setImage(UIImage(systemName: imageName), for: .normal)
             button.tintColor = .systemBlue
             button.tintColor = .systemBlue
         } else {
         } else {
-            button.setTitle(description, for: .normal)
+            button.setTitle(imageDescription, for: .normal)
             button.setTitleColor(.systemBlue, for: .normal)
             button.setTitleColor(.systemBlue, for: .normal)
         }
         }
         button.accessibilityLabel = description
         button.accessibilityLabel = description