Explorar el Código

adapt button order in editing bar

cyberta hace 4 años
padre
commit
d2f913bdc4
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      deltachat-ios/Chat/Views/ChatEditingBar.swift

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

@@ -63,7 +63,7 @@ public class ChatEditingBar: UIView, InputItem {
     }()
 
     private lazy var mainContentView: UIStackView = {
-        let view = UIStackView(arrangedSubviews: [deleteButton, forwardButton, cancelButton])
+        let view = UIStackView(arrangedSubviews: [cancelButton, forwardButton, deleteButton])
         view.axis = .horizontal
         view.distribution = .fillEqually
         view.alignment = .center