refactor: tidy things up with the show posts with missing alt text

IT DOESNT WORK YET GODDAMNIT
This commit is contained in:
LucasGGamerM
2023-08-28 11:30:08 -03:00
parent b294c998ae
commit 5456f4fbea
5 changed files with 26 additions and 12 deletions

View File

@@ -1,12 +1,10 @@
package org.joinmastodon.android.model;
import org.joinmastodon.android.GlobalUserPreferences;
import org.joinmastodon.android.R;
import org.jsoup.internal.StringUtil;
import java.util.EnumSet;
public class AltTextFilter extends Filter {
public class AltTextFilter extends LegacyFilter {
public AltTextFilter(FilterAction filterAction, FilterContext firstContext, FilterContext... restContexts) {
this.filterAction = filterAction;