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 af65b3e commit cfda014Copy full SHA for cfda014
src/app/src/main/java/com/couchbase/learningpath/ui/project/ProjectListView.kt
@@ -56,8 +56,6 @@ fun ProjectListView(
56
// https://developer.android.com/jetpack/compose/libraries#streams
57
val projectList by viewModel.repositoryFlow.collectAsState(initial = listOf())
58
59
- //we will handle this in a future tutorial
60
-
61
ProjectList(
62
items = projectList,
63
isLoading = viewModel.isLoading.value,
0 commit comments