The front end if finally ready!

This commit is contained in:
LucasGGamerM
2022-12-09 13:42:29 -03:00
parent fc845685cc
commit c463a3fc39
5 changed files with 23 additions and 25 deletions

View File

@@ -463,7 +463,7 @@ public abstract class BaseStatusListFragment<T extends DisplayItemsParent> exten
}
protected void revealTranslation(Status status, String itemID){
status.wantsTranslation=true;
status.wantsTranslation=!status.wantsTranslation;
TextStatusDisplayItem.Holder text=findHolderOfType(itemID, TextStatusDisplayItem.Holder.class);
if(text!=null)
adapter.notifyItemChanged(text.getAbsoluteAdapterPosition()-getMainAdapterOffset());