box/box-salesforce-sdk

Wrong Assertion in BoxFolder.getChildren(Integer offset, Integer limitCount)

Opened this issue · 0 comments

When we call getChildren with offset and limitCount, in condition when the offset is close to the total items in a folder, it throws an assertion at LOC 593.

I have figured out the issue in a code and want to fix it.