예제 #1
0
 private boolean isInList(Article article) {
   return article.isCached() == provider.getFilter().getType().equals(ArticleType.Newest);
 }