Implemented the (first version of the) Recording Live Activity in the Attendi widget target.
This commit is contained in:
@@ -1,9 +1,15 @@
|
||||
import WidgetKit
|
||||
import SwiftUI
|
||||
|
||||
/// 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.
|
||||
@main
|
||||
struct AttendiWidgetBundle: WidgetBundle {
|
||||
|
||||
/// The widgets and Live Activities the bundle exposes.
|
||||
var body: some Widget {
|
||||
AttendiWidget()
|
||||
RecordingLiveActivity()
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user