mirror of
https://github.com/inotia00/revanced-patches.git
synced 2025-06-12 05:07:41 +02:00
chore: Lint code
This commit is contained in:
@ -21,7 +21,9 @@ import app.revanced.util.findMethodOrThrow
|
||||
|
||||
private var defaultValue = "false"
|
||||
|
||||
private val spoofAppVersionBytecodePatch = bytecodePatch {
|
||||
private val spoofAppVersionBytecodePatch = bytecodePatch(
|
||||
description = "spoofAppVersionBytecodePatch"
|
||||
) {
|
||||
dependsOn(
|
||||
baseSpoofAppVersionPatch("$GENERAL_CLASS_DESCRIPTOR->getVersionOverride(Ljava/lang/String;)Ljava/lang/String;"),
|
||||
versionCheckPatch,
|
||||
|
@ -405,6 +405,7 @@ val videoInformationPatch = bytecodePatch(
|
||||
null,
|
||||
ImmutableMethodImplementation(
|
||||
4, """
|
||||
# Check if the playback speed is not auto (-2.0f)
|
||||
const/4 v0, 0x0
|
||||
cmpg-float v0, v3, v0
|
||||
if-lez v0, :ignore
|
||||
|
Reference in New Issue
Block a user