I followed the instructions here to configure a Widget with dynamic configuration:
https://developer.apple.com/documentation/widgetkit/making-a-configurable-widget
The list of items is populated correctly, but when I select an item, and dismiss the selection screen, the selection screen does go away, but the screen stays on the blurred background and the widget does not flip back around.
Has anybody seen this before? There doesn't seem to be any error occurring and there's no code being executed in either the intent handler or widget extension.
https://developer.apple.com/documentation/widgetkit/making-a-configurable-widget
The list of items is populated correctly, but when I select an item, and dismiss the selection screen, the selection screen does go away, but the screen stays on the blurred background and the widget does not flip back around.
Has anybody seen this before? There doesn't seem to be any error occurring and there's no code being executed in either the intent handler or widget extension.