Explorar o código

change order of block and accept button in conteact request context

cyberta %!s(int64=4) %!d(string=hai) anos
pai
achega
6f360c3d9d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      deltachat-ios/Chat/Views/ChatContactRequestBar.swift

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

@@ -35,7 +35,7 @@ public class ChatContactRequestBar: UIView, InputItem {
     }()
 
     private lazy var mainContentView: UIStackView = {
-        let view = UIStackView(arrangedSubviews: [acceptButton, blockButton])
+        let view = UIStackView(arrangedSubviews: [blockButton, acceptButton])
         view.axis = .horizontal
         view.distribution = .fillEqually
         view.alignment = .center