Improve ComposeContentView.avatarView label
This commit is contained in:
parent
95481f1d6d
commit
d489943b45
|
@ -147,6 +147,9 @@ extension ComposeContentView {
|
||||||
}
|
}
|
||||||
Spacer()
|
Spacer()
|
||||||
}
|
}
|
||||||
|
.accessibilityElement(children: .ignore)
|
||||||
|
// TODO: i18n
|
||||||
|
.accessibilityLabel("Posting as \(viewModel.name.string), \(viewModel.username)")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue