Disabling last line as it does not work well with pagination, now it will add line to the last item.

This commit is contained in:
M M Arif 2022-09-12 13:34:20 +05:00
parent e56739e852
commit 7fef5cb431

View file

@ -391,7 +391,7 @@ public class IssueCommentsAdapter extends RecyclerView.Adapter<RecyclerView.View
this.issueComment = timelineComment;
if(timelineLastView) {
timelineLine2.setVisibility(View.GONE);
//timelineLine2.setVisibility(View.GONE);
}
StringBuilder informationBuilder = null;