diff --git a/app/src/main/java/kr/co/vividnext/sodalive/explorer/profile/fantalk/UserProfileFantalkAllViewActivity.kt b/app/src/main/java/kr/co/vividnext/sodalive/explorer/profile/fantalk/UserProfileFantalkAllViewActivity.kt index 0ba5214..e70bab6 100644 --- a/app/src/main/java/kr/co/vividnext/sodalive/explorer/profile/fantalk/UserProfileFantalkAllViewActivity.kt +++ b/app/src/main/java/kr/co/vividnext/sodalive/explorer/profile/fantalk/UserProfileFantalkAllViewActivity.kt @@ -61,6 +61,7 @@ class UserProfileFantalkAllViewActivity : BaseActivity hideKeyboard { + cheersAdapter.items.clear() viewModel.writeCheers( parentCheersId = cheersId, creatorId = userId, @@ -82,6 +84,7 @@ class UserProfileFantalkAllViewActivity : BaseActivity hideKeyboard { + cheersAdapter.items.clear() viewModel.modifyCheers( cheersId = cheersId, creatorId = userId, @@ -91,6 +94,7 @@ class UserProfileFantalkAllViewActivity : BaseActivity hideKeyboard { + cheersAdapter.items.clear() viewModel.modifyCheers( cheersId = cheersId, creatorId = userId, @@ -107,6 +111,7 @@ class UserProfileFantalkAllViewActivity : BaseActivity