mirror of
https://github.com/Docile-Alligator/Infinity-For-Reddit.git
synced 2026-03-02 13:57:47 +00:00
Delete unused mCommentIcon field (#1293)
This commit is contained in:
@ -152,8 +152,6 @@ public class CommentsRecyclerViewAdapter extends RecyclerView.Adapter<RecyclerVi
|
||||
private int mAwardedCommentBackgroundColor;
|
||||
private int[] verticalBlockColors;
|
||||
|
||||
private Drawable mCommentIcon;
|
||||
|
||||
private int mSearchCommentIndex = -1;
|
||||
|
||||
public CommentsRecyclerViewAdapter(BaseActivity activity, ViewPostDetailFragment fragment,
|
||||
@ -275,11 +273,6 @@ public class CommentsRecyclerViewAdapter extends RecyclerView.Adapter<RecyclerVi
|
||||
customThemeWrapper.getCommentVerticalBarColor6(),
|
||||
customThemeWrapper.getCommentVerticalBarColor7(),
|
||||
};
|
||||
|
||||
mCommentIcon = AppCompatResources.getDrawable(activity, R.drawable.ic_comment_grey_24dp);
|
||||
if (mCommentIcon != null) {
|
||||
mCommentIcon.setTint(mPostIconAndInfoColor);
|
||||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user