Skip to content

Reolved subtitle cut off issue on iOS banners#106

Open
arslankaleem7229 wants to merge 1 commit into
elai950:masterfrom
arslankaleem7229:master
Open

Reolved subtitle cut off issue on iOS banners#106
arslankaleem7229 wants to merge 1 commit into
elai950:masterfrom
arslankaleem7229:master

Conversation

@arslankaleem7229

Copy link
Copy Markdown

There is an issue with the subtitle which gets cuts of instead of break to new line if displayMode is set to .banner. These changes resolved that

patro85 added a commit to patro85/AlertToast that referenced this pull request Jun 1, 2026
Long subtitles were getting cut off / ellipsized instead of wrapping.
Apply `.lineLimit(nil)` + `.fixedSize(horizontal: false, vertical: true)`
to the subtitle Text in all three layouts (banner, hud, alert) so they
wrap to as many lines as needed.

Extends the original fix from arslankaleem7229 (elai950#106),
which only covered the banner layout, to hud and alert as well.

Fixes long-subtitle truncation reported in elai950#61, elai950#67.

Co-authored-by: gambit1185_church <patrickmayo@churchofjesuschrist.org>
Co-authored-by: arslankaleem7229 <arslankaleem7229@users.noreply.github.com>
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant