Skip to content

Conversation

@marionbarker
Copy link
Contributor

Purpose

Address Issues #2391, #2396 reported with the version of Live Activity release with Loop version 3.10.0.
If possible, also address issue #2392.

Method

Information:

  • The name is the string displayed in the widget
  • The description is the string displayed when choosing what is shown in the bottom row of the widget

Action:

  • Decrease the string length in some places for the name
  • Expand the description to make it easier for the user to know what that selection does

Did a search for how to prevent truncation and settled on adding this

                    .minimumScaleFactor(0.5)
                    .lineLimit(2)

Test

For both an iOS 18 and an iOS 26 test phone, set font size to use accessibility sizes and select the largest size.

  • build with the version in this PR and observe strings were no longer truncated
  • but then restored to dev branch and the strings were still no longer truncated
  • I'm puzzled by this

@marionbarker marionbarker marked this pull request as draft January 16, 2026 15:36
@marionbarker marionbarker requested a review from ps2 January 16, 2026 15:37
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.

2 participants