Skip to content

Commit 6e2cc84

Browse files
committed
fix
1 parent 6b8dcf5 commit 6e2cc84

File tree

1 file changed

+1
-1
lines changed
  • firebase-firestore/src/main/java/com/google/firebase/firestore/local

1 file changed

+1
-1
lines changed

firebase-firestore/src/main/java/com/google/firebase/firestore/local/LocalStore.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -617,7 +617,7 @@ public void notifyLocalViewChanges(List<LocalViewChanges> viewChanges) {
617617
targetData.withLastLimboFreeSnapshotVersion(lastLimboFreeSnapshotVersion);
618618
queryDataByTarget.put(targetId, updatedTargetData);
619619

620-
if (shouldPersistTargetData(updatedTargetData, targetData, /*change*/ null)) {
620+
if (shouldPersistTargetData(targetData, updatedTargetData, /*change*/ null)) {
621621
targetCache.updateTargetData(updatedTargetData);
622622
}
623623
}

0 commit comments

Comments
 (0)