Browse Source

change order of block and accept button in conteact request context

cyberta 4 years ago
parent
commit
6f360c3d9d
1 changed files with 1 additions and 1 deletions
  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