mirror of
https://github.com/inotia00/revanced-patches.git
synced 2025-06-12 21:27:43 +02:00
clean up
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user