Fix compile issue

This commit is contained in:
Bazsalanszky 2023-08-16 10:31:53 +02:00
parent a120fcf068
commit 1c4e5f3659

View File

@ -1217,7 +1217,6 @@ public class PostRecyclerViewAdapter extends PagingDataAdapter<Post, RecyclerVie
((PostCompactBaseViewHolder) holder).instanceTextView.setText('@' + post.getSubredditNamePrefixed().split(Pattern.quote("@"))[1]);
((PostCompactBaseViewHolder) holder).instanceTextView.setTextColor(CustomThemeWrapper.darkenColor(mSubredditColor, 0.7f));
}
d
} else {
if (post.getAuthorIconUrl() == null) {
String authorName = post.getAuthorNamePrefixed();