mirror of
https://github.com/mastodon/mastodon-ios
synced 2025-04-11 22:58:02 +02:00
Fix status view not having actions from the menu
This commit is contained in:
parent
da3f631380
commit
a7b0f30d08
@ -611,7 +611,10 @@ extension StatusView {
|
||||
|
||||
extension StatusView {
|
||||
public override var accessibilityCustomActions: [UIAccessibilityCustomAction]? {
|
||||
get { contentMetaText.textView.accessibilityCustomActions }
|
||||
get {
|
||||
(contentMetaText.textView.accessibilityCustomActions ?? [])
|
||||
+ (authorView.accessibilityCustomActions ?? [])
|
||||
}
|
||||
set { }
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user