chore: set home timeline illustration hidden on iPad

This commit is contained in:
CMK 2021-07-09 19:39:44 +08:00
parent ff4d723573
commit 3bf73d3332
1 changed files with 2 additions and 0 deletions

View File

@ -287,6 +287,8 @@ extension HomeTimelineViewController {
emptyView.addArrangedSubview(friendsAssetImageView)
emptyView.addArrangedSubview(bottomPaddingView)
friendsAssetImageView.isHidden = traitCollection.userInterfaceIdiom != .phone
topPaddingView.translatesAutoresizingMaskIntoConstraints = false
bottomPaddingView.translatesAutoresizingMaskIntoConstraints = false
NSLayoutConstraint.activate([