瀏覽代碼

switch up and down button

cyberta 3 年之前
父節點
當前提交
0afcf65e98
共有 1 個文件被更改,包括 1 次插入1 次删除
  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