From 2cb3f1263ac07801271be60204450263cd2e3238 Mon Sep 17 00:00:00 2001 From: Jed Fox Date: Mon, 6 Feb 2023 22:42:56 -0500 Subject: [PATCH] Mark AvatarButton as an image (IOS-73) --- MastodonSDK/Sources/MastodonUI/View/Button/AvatarButton.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/MastodonSDK/Sources/MastodonUI/View/Button/AvatarButton.swift b/MastodonSDK/Sources/MastodonUI/View/Button/AvatarButton.swift index d970ac69c..ab5c8a70e 100644 --- a/MastodonSDK/Sources/MastodonUI/View/Button/AvatarButton.swift +++ b/MastodonSDK/Sources/MastodonUI/View/Button/AvatarButton.swift @@ -36,6 +36,7 @@ open class AvatarButton: UIControl { isAccessibilityElement = true accessibilityLabel = L10n.Common.Controls.Status.showUserProfile + accessibilityTraits.insert(.image) } public override func layoutSubviews() {