Now it acctually shows a missing posts warning below every filtered post. Still a long way to go

This commit is contained in:
LucasGGamerM
2023-01-29 18:24:34 -03:00
parent 9a55f847b9
commit b625ed7aec
6 changed files with 44 additions and 21 deletions

View File

@@ -58,7 +58,7 @@ public class Status extends BaseModel implements DisplayItemsParent{
public boolean bookmarked;
public boolean pinned;
public boolean filterRevealed = false;
public boolean filterRevealed;
public transient boolean spoilerRevealed;
public transient boolean hasGapAfter;