mirror of
https://github.com/mastodon/mastodon-ios.git
synced 2025-02-01 01:46:55 +01:00
Cleanup (IOS-284)
This commit is contained in:
parent
6315abeb9e
commit
663bff6cb2
@ -236,7 +236,6 @@ public final class StatusCardControl: UIControl {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if let author = card.authors?.first, let account = author.account {
|
if let author = card.authors?.first, let account = author.account {
|
||||||
// , , author.url?.isEmpty == false
|
|
||||||
authorAccountButton.configure(with: account)
|
authorAccountButton.configure(with: account)
|
||||||
authorAccountButton.isHidden = false
|
authorAccountButton.isHidden = false
|
||||||
authorLabel.isHidden = true
|
authorLabel.isHidden = true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user