fix(Reddit): Fix patches by using correct extension class
This commit is contained in:
parent
b1f3b12fa1
commit
95d56b1529
1 changed files with 5 additions and 1 deletions
|
|
@ -1,12 +1,16 @@
|
|||
package app.revanced.extension.patches;
|
||||
package app.revanced.extension.reddit.patches;
|
||||
|
||||
import com.reddit.domain.model.ILink;
|
||||
|
||||
import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
|
||||
@SuppressWarnings("unused")
|
||||
public final class FilterPromotedLinksPatch {
|
||||
|
||||
/**
|
||||
* Injection point.
|
||||
*
|
||||
* Filters list from promoted links.
|
||||
**/
|
||||
public static List<?> filterChildren(final Iterable<?> links) {
|
||||
Loading…
Add table
Add a link
Reference in a new issue