mirror of
https://codeberg.org/Bazsalanszky/Infinity-For-Lemmy.git
synced 2025-10-06 05:49:49 +02:00
Fixed comment color in CommentActivity. Minor layout tweaks.
This commit is contained in:
@@ -1109,7 +1109,7 @@ class CommentRecyclerViewAdapter extends RecyclerView.Adapter<RecyclerView.ViewH
|
||||
@BindView(R.id.error_text_view_item_comment_footer_error) TextView errorTextView;
|
||||
@BindView(R.id.retry_button_item_comment_footer_error) Button retryButton;
|
||||
|
||||
public LoadMoreCommentsFailedViewHolder(@NonNull View itemView) {
|
||||
LoadMoreCommentsFailedViewHolder(@NonNull View itemView) {
|
||||
super(itemView);
|
||||
ButterKnife.bind(this, itemView);
|
||||
|
||||
|
Reference in New Issue
Block a user