콘텐츠 상세 - 크리에이터 팔로우와 알림설정

- 팔로잉 상태에서 알림 켜기/끄기 상태 추가
This commit is contained in:
2024-09-20 11:44:13 +09:00
parent 5b2c5a6e2f
commit 2ed77a3332
4 changed files with 78 additions and 10 deletions

View File

@@ -82,6 +82,7 @@ class FollowingCreatorViewModel(
}
fun follow(creatorId: Long, follow: Boolean = true, notify: Boolean = true) {
_isLoading.value = true
compositeDisposable.add(
userRepository.creatorFollow(
creatorId = creatorId,