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 09f6a6d commit a7153beCopy full SHA for a7153be
firestore/src/main/java/com/firebase/ui/firestore/FirestorePagingOptions.java
@@ -14,7 +14,7 @@ public class FirestorePagingOptions<T> {
14
private final SnapshotParser<T> mParser;
15
16
private final int mPageSize;
17
- private final int mLoadTriggerDistance ;
+ private final int mLoadTriggerDistance;
18
private final int mMaxPages;
19
20
FirestorePagingOptions(Query query,
0 commit comments