refactor(preview-quote-toots): remove unneeded code

This commit is contained in:
LucasGGamerM
2024-07-04 15:35:41 -03:00
parent cfde4425b7
commit 0d4158a612

View File

@@ -723,8 +723,6 @@ public abstract class BaseStatusListFragment<T extends DisplayItemsParent> exten
}
int flags= (StatusDisplayItem.FLAG_NO_FOOTER | StatusDisplayItem.FLAG_INSET | StatusDisplayItem.FLAG_NO_EMOJI_REACTIONS | StatusDisplayItem.FLAG_IS_FOR_QUOTE);
if (GlobalUserPreferences.spectatorMode)
flags |= StatusDisplayItem.FLAG_NO_FOOTER;
if (!GlobalUserPreferences.showMediaPreview)
flags |= StatusDisplayItem.FLAG_NO_MEDIA_PREVIEW;