Fixed
Android SDK 3.0.20
16 days ago by Viktor Manev
Comments
- Fixed duplicate query parameters when paginating with
getComments(), getCommentsPage(),andgetCommentReplies(). CommentSession.loadNextHistory()also benefits from this fix because it uses these comment APIs internally.- Filters such as
comment_board_id,ordering,top_levelare no longer appended repeatedly on next/previous page requests. - When request parameters change, pagination resets to the first page for the new query.

