deltachat / deltachat-ios

Email-based instant messaging for iOS.
Other
327 stars 52 forks source link

avoid title in UIContextualAction.image appearing twice #2355

Closed r10s closed 1 month ago

r10s commented 1 month ago

as we create image+text for UIContextualAction.image ourselves, make sure, the title is nil - iOS adds the title to images for larger row sizes, which are not well defined :)

even though, this seems fine in all cases i tried, not sure about some accessibility things, large fonts, scaling etc. - so that little fix makes me sleep better :)

successor of #2351, #2354

nb: really looking forward to drop iOS 13 at some point