mirror of
https://codeberg.org/tom79/Fedilab.git
synced 2025-12-25 00:00:19 +02:00
parent
aaee6819a0
commit
42f940fb91
1 changed files with 4 additions and 0 deletions
|
|
@ -1600,6 +1600,10 @@ public class StatusAdapter extends RecyclerView.Adapter<RecyclerView.ViewHolder>
|
|||
recyclerView.post(() -> adapter.notifyItemChanged(holder.getBindingAdapterPosition()));
|
||||
}),
|
||||
TextView.BufferType.SPANNABLE);
|
||||
ViewCompat.addAccessibilityAction(holder.binding.statusContent, context.getString(R.string.translate), (view, arguments) -> {
|
||||
translate(context, statusToDeal, holder, adapter);
|
||||
return true;
|
||||
});
|
||||
boolean underlineBottomHashTags = sharedpreferences.getBoolean(context.getString(R.string.SET_UNDERLINE_BOTTOM_HASHTAGS), true);
|
||||
if(underlineBottomHashTags) {
|
||||
int link_color;
|
||||
|
|
|
|||
Loading…
Reference in a new issue