Browse Source

switch up and down button

cyberta 3 năm trước cách đây
mục cha
commit
0afcf65e98
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      deltachat-ios/Chat/Views/ChatSearchAccessoryBar.swift

+ 1 - 1
deltachat-ios/Chat/Views/ChatSearchAccessoryBar.swift

@@ -64,7 +64,7 @@ public class ChatSearchAccessoryBar: UIView, InputItem {
     }()
 
     private lazy var buttonContainer: UIStackView = {
-        let view = UIStackView(arrangedSubviews: [downButton, upButton])
+        let view = UIStackView(arrangedSubviews: [upButton, downButton])
         view.axis = .horizontal
         view.distribution = .equalSpacing
         view.alignment = .trailing