-
Notifications
You must be signed in to change notification settings - Fork 121
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make survey list reactive to local and remote changes #2030
Conversation
ground/src/main/java/com/google/android/ground/repository/SurveyRepository.kt
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@shobhitagarwal1612 Any idea why this test might be failing? Offline surveys should be shown first but it appears in the test they aren't.
value of: getText()
expected: survey 2
but was : survey 1
value of: getText()
expected: survey 2
but was : survey 1
at com.google.android.ground.ui.surveyselector.SurveySelectorFragmentTest.created_surveysAvailable_whenOneSurveySynced(SurveySelectorFragmentTest.kt:110)
Please disregard, latest commit fixes this. |
@shobhitagarwal1612 PTAL? |
1 similar comment
@shobhitagarwal1612 PTAL? |
Also upgrade Firebase deps and introduces some minor refactors. Fixes #1973