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 @@ -122,7 +122,7 @@ internal fun TopicScreen(
122122 uiState = topicUiState.followableTopic,
123123 )
124124 }
125- TopicBody (
125+ topicBody (
126126 name = topicUiState.followableTopic.topic.name,
127127 description = topicUiState.followableTopic.topic.longDescription,
128128 news = newsUiState,
@@ -139,7 +139,7 @@ internal fun TopicScreen(
139139 }
140140}
141141
142- private fun LazyListScope.TopicBody (
142+ private fun LazyListScope.topicBody (
143143 name : String ,
144144 description : String ,
145145 news : NewsUiState ,
@@ -213,7 +213,7 @@ private fun LazyListScope.userNewsResourceCards(
213213private fun TopicBodyPreview () {
214214 NiaTheme {
215215 LazyColumn {
216- TopicBody (
216+ topicBody (
217217 name = " Jetpack Compose" ,
218218 description = " Lorem ipsum maximum" ,
219219 news = NewsUiState .Success (emptyList()),
You can’t perform that action at this time.
0 commit comments