Эх сурвалжийг харах

Merge pull request #1613 from deltachat/fix_multiselect_layout_iospre13

fix bottom multiselect panel in chat list on iOS pre 13.0
cyBerta 3 жил өмнө
parent
commit
93b80107e2

+ 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