Skip to content

Commit cfda014

Browse files
committed
removed comment
1 parent af65b3e commit cfda014

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/app/src/main/java/com/couchbase/learningpath/ui/project/ProjectListView.kt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,6 @@ fun ProjectListView(
5656
// https://developer.android.com/jetpack/compose/libraries#streams
5757
val projectList by viewModel.repositoryFlow.collectAsState(initial = listOf())
5858

59-
//we will handle this in a future tutorial
60-
6159
ProjectList(
6260
items = projectList,
6361
isLoading = viewModel.isLoading.value,

0 commit comments

Comments
 (0)