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:
@@ -50,4 +50,8 @@ final class ReportingMock: Reporting {
|
||||
reports.append("ended")
|
||||
}
|
||||
|
||||
func reset() async {
|
||||
reports.append("reset")
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user