커뮤니티 전체보기 페이지 추가

This commit is contained in:
2023-12-25 02:13:57 +09:00
parent 116dde1b7e
commit 62ecf3dd51
24 changed files with 2074 additions and 5 deletions

View File

@@ -57,4 +57,8 @@ object Constants {
const val LIVE_SERVICE_NOTIFICATION_ID: Int = 2
const val ACTION_AUDIO_CONTENT_RECEIVER = "soda_live_action_content_receiver"
const val ACTION_MAIN_AUDIO_CONTENT_RECEIVER = "soda_live_action_main_content_receiver"
const val EXTRA_COMMUNITY_POST_ID = "community_post_id"
const val EXTRA_COMMUNITY_CREATOR_ID = "community_creator_id"
const val EXTRA_COMMUNITY_POST_COMMENT = "community_post_comment_id"
}