File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed
libraries/sdk/src/main/java/com/fastcomments/sdk Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ activityCompose = "1.8.0"
1010composeBom = " 2024.04.01"
1111appcompat = " 1.7.0"
1212material = " 1.12.0"
13- fastcomments = " 0.0.19 "
13+ fastcomments = " 0.0.20 "
1414constraintlayout = " 2.1.4"
1515swiperefreshlayout = " 1.1.0"
1616
Original file line number Diff line number Diff line change @@ -48,7 +48,6 @@ public class FastCommentsSDK {
4848 public int currentPage ;
4949 public int currentSkip ;
5050 public int pageSize = 30 ;
51- public long lastGenDate ;
5251 public Set <String > broadcastIdsSent ;
5352 public String blockingErrorMessage ;
5453
@@ -230,7 +229,6 @@ public void getCommentsAndRelatedData(
230229 .skipChildren (skip )
231230 .limit (limit )
232231 .limitChildren (limit )
233- .lastGenDate (lastGenDate )
234232 .includeConfig (includeConfig )
235233 .countAll (Boolean .TRUE .equals (config .countAll ))
236234 .countChildren (true )
@@ -301,7 +299,6 @@ public void getCommentsForParent(
301299 .skipChildren (skip )
302300 .limit (limit )
303301 .limitChildren (limit )
304- .lastGenDate (lastGenDate )
305302 .countChildren (true )
306303 .locale (config .locale )
307304 .executeAsync (new ApiCallback <GetCommentsPublic200Response >() {
You can’t perform that action at this time.
0 commit comments