We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a63b83 commit 47a9d36Copy full SHA for 47a9d36
Examples/VoiceMemos/VoiceMemos/VoiceMemo.swift
@@ -70,7 +70,7 @@ let voiceMemoReducer = Reducer<VoiceMemo, VoiceMemoAction, VoiceMemoEnvironment>
70
/ TimeInterval(NSEC_PER_SEC)
71
)
72
},
73
-
+
74
environment.audioPlayerClient
75
.play(PlayerId(), memo.url)
76
.catchToEffect()
0 commit comments