mirror of
https://github.com/revanced/revanced-patches
synced 2024-12-27 10:45:49 +01:00
fix(Sync for Reddit): Fix patches by using correct extension name
This commit is contained in:
parent
7df20df2de
commit
030093e913
@ -3,4 +3,4 @@ package app.revanced.patches.reddit.customclients.sync.syncforreddit.extension
|
||||
import app.revanced.patches.reddit.customclients.sync.syncforreddit.extension.hooks.initHook
|
||||
import app.revanced.patches.shared.misc.extension.sharedExtensionPatch
|
||||
|
||||
val sharedExtensionPatch = sharedExtensionPatch("sync", initHook)
|
||||
val sharedExtensionPatch = sharedExtensionPatch("syncforreddit", initHook)
|
||||
|
Loading…
Reference in New Issue
Block a user