浏览代码

change order of block and accept button in conteact request context

cyberta 4 年之前
父节点
当前提交
6f360c3d9d
共有 1 个文件被更改,包括 1 次插入1 次删除
  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