Added the "reset()" method to the Reporting protocol in the Recording feature target to discard leftover Live Activities at launch and set a stale date on recording activities.
This commit is contained in:
@@ -23,4 +23,7 @@ struct DummyReporting: Reporting {
|
||||
/// Swallows the end of the recording flow.
|
||||
func ended() async {}
|
||||
|
||||
/// Swallows the request to discard any leftover reporting surface.
|
||||
func reset() async {}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user