measure text manually

hopefully fix sk22#422
This commit is contained in:
sk
2023-03-17 00:51:22 +01:00
parent d5b6c02b22
commit 6fef51fcbb
3 changed files with 13 additions and 15 deletions

View File

@@ -503,7 +503,6 @@ public abstract class BaseStatusListFragment<T extends DisplayItemsParent> exten
holder.getItem().status.textExpandable = expandable;
HeaderStatusDisplayItem.Holder header = findHolderOfType(holder.getItemID(), HeaderStatusDisplayItem.Holder.class);
if (header != null) header.rebind();
holder.rebind();
}
}