mirror of
				https://codeberg.org/Bazsalanszky/Infinity-For-Lemmy.git
				synced 2025-10-30 00:18:07 +01:00 
			
		
		
		
	Fix flairs don't show in post list.
This commit is contained in:
		| @@ -456,6 +456,7 @@ public class PostRecyclerViewAdapter extends PagedListAdapter<Post, RecyclerView | ||||
|                 } | ||||
|  | ||||
|                 if (flair != null && !flair.equals("")) { | ||||
|                     ((PostBaseViewHolder) holder).flairTextView.setVisibility(View.VISIBLE); | ||||
|                     Utils.setHTMLWithImageToTextView(((PostBaseViewHolder) holder).flairTextView, flair); | ||||
|                 } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user