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 e809059 commit 01513bbCopy full SHA for 01513bb
ground/src/main/java/com/google/android/ground/repository/SurveyRepository.kt
@@ -117,7 +117,7 @@ constructor(
117
fun clearActiveSurvey() {
118
activeSurvey = null
119
}
120
- // offlineSurveys.any { it.id == survey.id }
+
121
fun getSurveyList(user: User): Flow<List<Pair<Survey, Boolean>>> =
122
@OptIn(ExperimentalCoroutinesApi::class)
123
networkManager.networkStatusFlow.flatMapLatest { networkStatus ->
0 commit comments