Description
The "Links & Navigation" (deep links) demo live activity renders with an incorrect height on the lock screen. The live activity content appears collapsed/clipped — only a thin bar with "Tap to view details" is visible instead of the full lock screen layout defined in DeepLinksLiveActivityUI.
Steps to reproduce
- Run the example app on iOS Simulator (iPhone 17 Pro, iOS 26.2)
- Navigate to Live Activities screen
- Start the "Links & Navigation" live activity
- Lock the device / go to lock screen
- Observe the live activity height is too small — content is not fully visible
Expected behavior
The live activity should render at its full intrinsic height on the lock screen, showing all the navigation links and content defined in the DeepLinksLiveActivityUI component.
Actual behavior
The live activity appears as a thin collapsed bar with only "Tap to view details" visible. The layout height seems incorrect.
Screenshot
Environment
- Device: iPhone 17 Pro (Simulator)
- iOS: 26.2
- Voltra: latest main branch
Description
The "Links & Navigation" (deep links) demo live activity renders with an incorrect height on the lock screen. The live activity content appears collapsed/clipped — only a thin bar with "Tap to view details" is visible instead of the full lock screen layout defined in
DeepLinksLiveActivityUI.Steps to reproduce
Expected behavior
The live activity should render at its full intrinsic height on the lock screen, showing all the navigation links and content defined in the
DeepLinksLiveActivityUIcomponent.Actual behavior
The live activity appears as a thin collapsed bar with only "Tap to view details" visible. The layout height seems incorrect.
Screenshot
Environment