Explorar o código

Merge pull request #1613 from deltachat/fix_multiselect_layout_iospre13

fix bottom multiselect panel in chat list on iOS pre 13.0
cyBerta %!s(int64=3) %!d(string=hai) anos
pai
achega
93b80107e2
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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