mirror of
https://github.com/inotia00/revanced-patches.git
synced 2025-05-21 16:57:18 +02:00
clean up
This commit is contained in:
parent
639e40d707
commit
350e51691c
@ -20,12 +20,14 @@ abstract class AbstractSettingsResourcePatch(
|
||||
private val isYouTube: Boolean,
|
||||
) : ResourcePatch {
|
||||
override fun execute(context: ResourceContext): PatchResult {
|
||||
/*
|
||||
/**
|
||||
* Copy strings
|
||||
*/
|
||||
context.copyXmlNode(sourceHostDirectory, "values/strings.xml", "resources")
|
||||
|
||||
/* initialize ReVanced Settings */
|
||||
/**
|
||||
* Initialize ReVanced Settings
|
||||
*/
|
||||
if (isYouTube)
|
||||
context.copyResources(
|
||||
sourceDirectory,
|
||||
|
Loading…
x
Reference in New Issue
Block a user