Skip to content

Commit 219fc05

Browse files
committed
Update indices used for assignee area
1 parent 41aac29 commit 219fc05

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/src/main/java/com/github/mobile/ui/issue/FilterListAdapter.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,8 @@ protected void update(int position, IssueFilter filter) {
8686

8787
User assignee = filter.getAssignee();
8888
if (assignee != null) {
89-
avatars.bind(imageView(6), assignee);
90-
ViewUtils.setGone(setText(5, assignee.getLogin()), false);
89+
avatars.bind(imageView(7), assignee);
90+
ViewUtils.setGone(setText(6, assignee.getLogin()), false);
9191
} else
9292
setGone(5, true);
9393
}

0 commit comments

Comments
 (0)