mirror of
https://github.com/revanced/revanced-patches
synced 2024-12-26 18:15:51 +01:00
fix(Reddit): Fix patches by using correct extension class
This commit is contained in:
parent
5aedc09bd1
commit
70bdc6840d
@ -1,12 +1,16 @@
|
|||||||
package app.revanced.extension.patches;
|
package app.revanced.extension.reddit.patches;
|
||||||
|
|
||||||
import com.reddit.domain.model.ILink;
|
import com.reddit.domain.model.ILink;
|
||||||
|
|
||||||
import java.util.ArrayList;
|
import java.util.ArrayList;
|
||||||
import java.util.List;
|
import java.util.List;
|
||||||
|
|
||||||
|
@SuppressWarnings("unused")
|
||||||
public final class FilterPromotedLinksPatch {
|
public final class FilterPromotedLinksPatch {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
* Injection point.
|
||||||
|
*
|
||||||
* Filters list from promoted links.
|
* Filters list from promoted links.
|
||||||
**/
|
**/
|
||||||
public static List<?> filterChildren(final Iterable<?> links) {
|
public static List<?> filterChildren(final Iterable<?> links) {
|
Loading…
Reference in New Issue
Block a user