Use the new notification sound. (#4572)

* Use the new notification sound.

* Add a banner informing the user of the new notification sound.
This commit is contained in:
Doug
2025-10-03 21:09:50 +01:00
committed by GitHub
parent 465c533e59
commit f806706f75
18 changed files with 133 additions and 2 deletions

View File

@@ -183,6 +183,10 @@ extension AccessibilityTests {
try await performAccessibilityAudit(named: "HomeScreenKnockedCell_Previews")
}
func testHomeScreenNewSoundBanner() async throws {
try await performAccessibilityAudit(named: "HomeScreenNewSoundBanner_Previews")
}
func testHomeScreenRecoveryKeyConfirmationBanner() async throws {
try await performAccessibilityAudit(named: "HomeScreenRecoveryKeyConfirmationBanner_Previews")
}