콘텐츠 기능 추가

This commit is contained in:
2023-08-05 01:25:09 +09:00
parent 7dbbd8d490
commit 1329ae5e5d
136 changed files with 10725 additions and 21 deletions

View File

@@ -145,7 +145,7 @@ class SplashActivity : BaseActivity<ActivitySplashBinding>(ActivitySplashBinding
)
} else if (audioContentIdString != null) {
bundleOf(
Constants.EXTRA_CONTENT_ID to audioContentIdString.toLong()
Constants.EXTRA_AUDIO_CONTENT_ID to audioContentIdString.toLong()
)
} else {
null