Skip to content

Commit 9ba8879

Browse files
Merge branch 'mrschmidt/reconnect' of github.com:firebase/firebase-android-sdk into mrschmidt/reconnect
2 parents 853c762 + 140b269 commit 9ba8879

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

firebase-firestore/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Unreleased
22
- [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
44
the app was in the background.
55
- [fixed] Fixed an issue that may have prevented the client from connecting
66
to the backend immediately after a user signed in.

firebase-firestore/src/main/java/com/google/firebase/firestore/remote/RemoteStore.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ public void onClose(Status status) {
212212
workerQueue.enqueueAndForget(
213213
() -> {
214214
// 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.
216216

217217
// If the network has been explicitly disabled, make sure we don't accidentally
218218
// re-enable it.

0 commit comments

Comments
 (0)