File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
feature/topic/src/main/java/com/google/samples/apps/nowinandroid/feature/topic Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ internal fun TopicScreen(
132132 uiState = topicUiState.followableTopic,
133133 )
134134 }
135- TopicBody (
135+ topicBody (
136136 name = topicUiState.followableTopic.topic.name,
137137 description = topicUiState.followableTopic.topic.longDescription,
138138 news = newsUiState,
@@ -179,7 +179,7 @@ private fun topicItemsSize(
179179 }
180180}
181181
182- private fun LazyListScope.TopicBody (
182+ private fun LazyListScope.topicBody (
183183 name : String ,
184184 description : String ,
185185 news : NewsUiState ,
@@ -253,7 +253,7 @@ private fun LazyListScope.userNewsResourceCards(
253253private fun TopicBodyPreview () {
254254 NiaTheme {
255255 LazyColumn {
256- TopicBody (
256+ topicBody (
257257 name = " Jetpack Compose" ,
258258 description = " Lorem ipsum maximum" ,
259259 news = NewsUiState .Success (emptyList()),
You can’t perform that action at this time.
0 commit comments