Skip to content

Commit 01513bb

Browse files
committed
Remove dead comment
1 parent e809059 commit 01513bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ground/src/main/java/com/google/android/ground/repository/SurveyRepository.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ constructor(
117117
fun clearActiveSurvey() {
118118
activeSurvey = null
119119
}
120-
// offlineSurveys.any { it.id == survey.id }
120+
121121
fun getSurveyList(user: User): Flow<List<Pair<Survey, Boolean>>> =
122122
@OptIn(ExperimentalCoroutinesApi::class)
123123
networkManager.networkStatusFlow.flatMapLatest { networkStatus ->

0 commit comments

Comments
 (0)