2
2
mirror of https://github.com/mastodon/mastodon-ios synced 2025-04-11 22:58:02 +02:00

Reverse buttons (IOS-241)

This commit is contained in:
Nathan Mattes 2024-07-23 17:39:00 +02:00
parent 287587fcf1
commit f5bc847b30

View File

@ -103,7 +103,7 @@ class NotificationRequestTableViewCell: UITableViewCell {
rejectNotificationRequestActivityIndicatorView.stopAnimating()
rejectNotificationRequestButton.addSubview(rejectNotificationRequestActivityIndicatorView)
buttonStackView = UIStackView(arrangedSubviews: [acceptNotificationRequestButtonShadowBackgroundContainer, rejectNotificationRequestButtonShadowBackgroundContainer])
buttonStackView = UIStackView(arrangedSubviews: [rejectNotificationRequestButtonShadowBackgroundContainer, acceptNotificationRequestButtonShadowBackgroundContainer])
buttonStackView.axis = .horizontal
buttonStackView.distribution = .fillEqually
buttonStackView.spacing = 16