From a90f4b1c5a8f72e86c347f992fb441082f45573c Mon Sep 17 00:00:00 2001 From: klaus Date: Mon, 13 Oct 2025 11:06:30 +0900 Subject: [PATCH] =?UTF-8?q?fix(creator-community-write):=20=EC=9D=B4?= =?UTF-8?q?=EB=AF=B8=EC=A7=80=EB=A5=BC=20=EC=84=A0=ED=83=9D=ED=95=98?= =?UTF-8?q?=EB=A9=B4=20recordAudio=EC=98=81=EC=97=AD=EC=9D=B4=20=EB=B3=B4?= =?UTF-8?q?=EC=9D=B4=EB=8F=84=EB=A1=9D=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../creator_community/write/CreatorCommunityWriteActivity.kt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/src/main/java/kr/co/vividnext/sodalive/explorer/profile/creator_community/write/CreatorCommunityWriteActivity.kt b/app/src/main/java/kr/co/vividnext/sodalive/explorer/profile/creator_community/write/CreatorCommunityWriteActivity.kt index 9394b9bc..5001fa9a 100644 --- a/app/src/main/java/kr/co/vividnext/sodalive/explorer/profile/creator_community/write/CreatorCommunityWriteActivity.kt +++ b/app/src/main/java/kr/co/vividnext/sodalive/explorer/profile/creator_community/write/CreatorCommunityWriteActivity.kt @@ -67,6 +67,7 @@ class CreatorCommunityWriteActivity : BaseActivity + binding.llRecordAudio.visibility = View.VISIBLE binding.ivContent.background = null Glide.with(this) .load(uri) @@ -83,6 +84,7 @@ class CreatorCommunityWriteActivity : BaseActivity + binding.llRecordAudio.visibility = View.GONE Toast.makeText(this, "${e.message}", Toast.LENGTH_SHORT).show() } )