음성메시지, 커뮤니티 오디오 녹음, 오디션 녹음 등 앱 내에서 녹음한 임시 파일의 삭제를 용이하게 하기 위해 임시 녹음 파일 이름에 voiceon_now_voice를 추가
This commit is contained in:
@@ -159,7 +159,7 @@ struct AuditionApplyView: View {
|
||||
AuditionApplyView(
|
||||
isShowing: .constant(true),
|
||||
phoneNumber: .constant(""),
|
||||
filename: "now_voice_9292939.m4a",
|
||||
filename: "voiceon_now_voice_9292939.m4a",
|
||||
onClickApply: {}
|
||||
)
|
||||
}
|
||||
|
@@ -227,7 +227,7 @@ final class AuditionRoleDetailViewModel: ObservableObject {
|
||||
if decoded.success {
|
||||
self.errorMessage = "오디션 지원이 완료되었습니다."
|
||||
self.isShowPopup = true
|
||||
self.deleteAllRecordingFilesWithNamePrefix("voiceon_")
|
||||
self.deleteAllRecordingFilesWithNamePrefix("voiceon_now_voice")
|
||||
self.applicantList = []
|
||||
self.totalCount = 0
|
||||
|
||||
|
Reference in New Issue
Block a user