refactor(StatusDisplayItem.java): add inset and status fields back

This commit is contained in:
LucasGGamerM
2025-04-29 14:20:19 -03:00
parent 7c767f8967
commit 95f9f76dbd

View File

@@ -53,6 +53,10 @@ public abstract class StatusDisplayItem{
public static final int FLAG_NO_MEDIA_PREVIEW=1 << 9;
public static final int FLAG_INSET=10;
// MOSHIDON:
public boolean inset; // aka "a quote toot" or notifications
public Status status; // for quote toots and other things. May this not break
public StatusDisplayItem(String parentID, BaseStatusListFragment<?> parentFragment){
this.parentID=parentID;
this.parentFragment=parentFragment;