We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 085d3d6 commit 449826fCopy full SHA for 449826f
presentation/src/main/java/com/whyranoid/presentation/community/CommunityItemFragment.kt
@@ -34,8 +34,11 @@ internal class CommunityItemFragment :
34
override fun onViewCreated(view: View, savedInstanceState: Bundle?) {
35
super.onViewCreated(view, savedInstanceState)
36
37
+ initViews()
38
observeState()
39
+ }
40
41
+ private fun initViews() {
42
// TODO : 카테고리 별 다른 Shimmer Layout 생성
43
when (category) {
44
CommunityCategory.BOARD -> {
0 commit comments