We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80b491b commit ce3eabeCopy full SHA for ce3eabe
1 file changed
View/MessageList/MessageListSkeletonView.swift
@@ -87,8 +87,8 @@ final class MessageListSkeletonView: UIView {
87
88
stackView.snp.makeConstraints { make in
89
make.top.equalTo(safeAreaLayoutGuide).offset(Layout.topInset)
90
- make.left.right.equalToSuperview()
91
- make.bottom.lessThanOrEqualToSuperview().offset(-Layout.bottomInset)
+ make.left.right.equalTo(safeAreaLayoutGuide)
+ make.bottom.lessThanOrEqualTo(safeAreaLayoutGuide).offset(-Layout.bottomInset)
92
}
93
94
0 commit comments