mirror of
				https://codeberg.org/tom79/Fedilab.git
				synced 2025-10-20 11:20:16 +03:00 
			
		
		
		
	Remove cat code part
This commit is contained in:
		
							parent
							
								
									c47e6a7741
								
							
						
					
					
						commit
						a0511a0a79
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -791,7 +791,7 @@ public class StatusAdapter extends RecyclerView.Adapter<RecyclerView.ViewHolder> | ||||||
|             MastodonHelper.loadPPMastodon(holder.binding.statusBoosterAvatar, status.account); |             MastodonHelper.loadPPMastodon(holder.binding.statusBoosterAvatar, status.account); | ||||||
|             Spannable span_display_name_boost = status.account.span_display_name; |             Spannable span_display_name_boost = status.account.span_display_name; | ||||||
|             if (span_display_name_boost == null || span_display_name_boost.toString().trim().length() == 0) { |             if (span_display_name_boost == null || span_display_name_boost.toString().trim().length() == 0) { | ||||||
|                 span_display_name_boost = new SpannableString(status.account.username);²& |                 span_display_name_boost = new SpannableString(status.account.username); | ||||||
|             } |             } | ||||||
|             holder.binding.statusBoosterDisplayName.setText(span_display_name_boost, TextView.BufferType.SPANNABLE); |             holder.binding.statusBoosterDisplayName.setText(span_display_name_boost, TextView.BufferType.SPANNABLE); | ||||||
|             holder.binding.statusBoosterInfo.setVisibility(View.VISIBLE); |             holder.binding.statusBoosterInfo.setVisibility(View.VISIBLE); | ||||||
|  |  | ||||||
		Loading…
	
		Reference in a new issue