File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/main/java/com/google/firebase/firestore/remote Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Unreleased
2
2
- [ fixed] Removed a delay that may have prevented Firestore from immediately
3
- establishing a network connection if a connectivity change occurred while
3
+ reestablishing a network connection if a connectivity change occurred while
4
4
the app was in the background.
5
5
- [ fixed] Fixed an issue that may have prevented the client from connecting
6
6
to the backend immediately after a user signed in.
Original file line number Diff line number Diff line change @@ -212,7 +212,7 @@ public void onClose(Status status) {
212
212
workerQueue .enqueueAndForget (
213
213
() -> {
214
214
// Porting Note: Unlike iOS, `restartNetwork()` is called even when the network
215
- // becomes unreachable as we don't have any other way to tear down our stream .
215
+ // becomes unreachable as we don't have any other way to tear down our streams .
216
216
217
217
// If the network has been explicitly disabled, make sure we don't accidentally
218
218
// re-enable it.
You can’t perform that action at this time.
0 commit comments