Browse Source

Merge pull request #1613 from deltachat/fix_multiselect_layout_iospre13

fix bottom multiselect panel in chat list on iOS pre 13.0
cyBerta 3 năm trước cách đây
mục cha
commit
93b80107e2
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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