음성메시지, 커뮤니티 오디오 녹음, 오디션 녹음 등 앱 내에서 녹음한 임시 파일의 삭제를 용이하게 하기 위해 임시 녹음 파일 이름에 voiceon_now_voice를 추가
This commit is contained in:
		@@ -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