mirror of
https://codeberg.org/Bazsalanszky/Infinity-For-Lemmy.git
synced 2024-11-10 12:47:26 +01:00
Delete unused mCommentIcon field (#1293)
This commit is contained in:
parent
befc6df1f0
commit
a6a46bb29f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user