Explorar el Código

switch up and down button

cyberta hace 3 años
padre
commit
0afcf65e98
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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