mirror of
https://codeberg.org/Bazsalanszky/Infinity-For-Lemmy.git
synced 2025-01-15 04:37:12 +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 mAwardedCommentBackgroundColor;
|
||||||
private int[] verticalBlockColors;
|
private int[] verticalBlockColors;
|
||||||
|
|
||||||
private Drawable mCommentIcon;
|
|
||||||
|
|
||||||
private int mSearchCommentIndex = -1;
|
private int mSearchCommentIndex = -1;
|
||||||
|
|
||||||
public CommentsRecyclerViewAdapter(BaseActivity activity, ViewPostDetailFragment fragment,
|
public CommentsRecyclerViewAdapter(BaseActivity activity, ViewPostDetailFragment fragment,
|
||||||
@ -275,11 +273,6 @@ public class CommentsRecyclerViewAdapter extends RecyclerView.Adapter<RecyclerVi
|
|||||||
customThemeWrapper.getCommentVerticalBarColor6(),
|
customThemeWrapper.getCommentVerticalBarColor6(),
|
||||||
customThemeWrapper.getCommentVerticalBarColor7(),
|
customThemeWrapper.getCommentVerticalBarColor7(),
|
||||||
};
|
};
|
||||||
|
|
||||||
mCommentIcon = AppCompatResources.getDrawable(activity, R.drawable.ic_comment_grey_24dp);
|
|
||||||
if (mCommentIcon != null) {
|
|
||||||
mCommentIcon.setTint(mPostIconAndInfoColor);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
Loading…
Reference in New Issue
Block a user