remove TODO annotation
This commit is contained in:
parent
898b9f2b9f
commit
5e74838a24
1 changed files with 0 additions and 1 deletions
|
@ -113,7 +113,6 @@ public class ViewHolder extends RecyclerView.ViewHolder implements View.OnClickL
|
|||
}
|
||||
|
||||
public void setStarred(boolean isStarred) {
|
||||
// TODO: extended view
|
||||
if(isStarred)
|
||||
starImageView.setVisibility(View.VISIBLE);
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue