플레이어 에러 문자열 리소스화

This commit is contained in:
2025-12-03 17:40:43 +09:00
parent 764ca0f892
commit ad1c58bbf5
4 changed files with 4 additions and 1 deletions

View File

@@ -263,7 +263,7 @@ class AudioContentPlayerFragment(
if (mediaController == null) {
Toast.makeText(
requireContext(),
"플레이어를 실행하지 못했습니다.\n다시 시도해 주세요.",
getString(R.string.audio_content_player_error_launch_failed),
Toast.LENGTH_LONG
).show()
dismiss()