mirror of
https://github.com/gitnex-org/gitnex.git
synced 2026-07-19 04:00:28 -05:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user