Refined the recording Live Activity presentation in the Widget target.
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
import WidgetKit
|
||||
import SwiftUI
|
||||
import WidgetKit
|
||||
|
||||
/// The bundle exposing the app's widgets and Live Activities to the system: the ``AttendiWidget`` Home Screen widget and the
|
||||
/// ``RecordingLiveActivity`` that surfaces the recording flow.
|
||||
/// The bundle exposing the app's Live Activities to the system: the ``RecordingLiveActivity`` that surfaces the recording flow on the
|
||||
/// Lock Screen and in the Dynamic Island.
|
||||
@main
|
||||
struct AttendiWidgetBundle: WidgetBundle {
|
||||
|
||||
/// The widgets and Live Activities the bundle exposes.
|
||||
/// The Live Activities the bundle exposes.
|
||||
var body: some Widget {
|
||||
RecordingLiveActivity()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user