more spotless fixes

Change-Id: Ic18da787dc58f2ef617149d97ad42e57da0e9a6a
feature/list-detail-pane-scaffold
Jonathan Koren 5 months ago
parent 80d7a5ed08
commit 422757190f

@ -111,9 +111,9 @@ class InterestsScreenTest {
private fun InterestsScreen(uiState: InterestsUiState) {
InterestsScreen(
uiState = uiState,
followTopic = { _, _ -> /* no-op */ },
onTopicClick = { /* no-op */ },
detailsPane = { /* no-op */ },
followTopic = { _, _ -> },
onTopicClick = {},
detailsPane = {},
)
}
}

@ -24,7 +24,6 @@ import androidx.navigation.compose.composable
import androidx.navigation.navArgument
import com.google.samples.apps.nowinandroid.feature.interests.InterestsRoute
internal const val TOPIC_ID_ARG = "topicId"
const val INTERESTS_ROUTE = "interests_route"

Loading…
Cancel
Save