mirror of
https://github.com/metabolist/metatext.git
synced 2024-11-25 01:31:02 +00:00
Cleanup
This commit is contained in:
parent
1bb28a2d75
commit
e4b4e0eaff
2 changed files with 2 additions and 1 deletions
|
@ -51,7 +51,7 @@
|
||||||
"attachment.media-hidden" = "Media hidden";
|
"attachment.media-hidden" = "Media hidden";
|
||||||
"attachment.type.image" = "Image";
|
"attachment.type.image" = "Image";
|
||||||
"attachment.type.images-%ld" = "%ld images";
|
"attachment.type.images-%ld" = "%ld images";
|
||||||
"attachment.type.audio" = "Audio";
|
"attachment.type.audio" = "Audio file";
|
||||||
"attachment.type.audios-%ld" = "%ld audio files";
|
"attachment.type.audios-%ld" = "%ld audio files";
|
||||||
"attachment.type.video" = "Video";
|
"attachment.type.video" = "Video";
|
||||||
"attachment.type.videos-%ld" = "%ld videos";
|
"attachment.type.videos-%ld" = "%ld videos";
|
||||||
|
|
|
@ -660,6 +660,7 @@ private extension StatusView {
|
||||||
|| statusConfiguration.viewModel.configuration.isContextParent
|
|| statusConfiguration.viewModel.configuration.isContextParent
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// swiftlint:disable:next function_body_length
|
||||||
func accessibilityCustomActions(viewModel: StatusViewModel) -> [UIAccessibilityCustomAction] {
|
func accessibilityCustomActions(viewModel: StatusViewModel) -> [UIAccessibilityCustomAction] {
|
||||||
guard !viewModel.configuration.isContextParent else {
|
guard !viewModel.configuration.isContextParent else {
|
||||||
return []
|
return []
|
||||||
|
|
Loading…
Reference in a new issue