From 89ef0fcd42f3460d1d6fddd0c69ca974b329ad7d Mon Sep 17 00:00:00 2001 From: oSumAtrIX Date: Thu, 18 May 2023 19:23:57 +0200 Subject: [PATCH] chore: use correct description for patch --- .../shared/misc/fix/verticalscroll/patch/VerticalScrollPatch.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/kotlin/app/revanced/patches/shared/misc/fix/verticalscroll/patch/VerticalScrollPatch.kt b/src/main/kotlin/app/revanced/patches/shared/misc/fix/verticalscroll/patch/VerticalScrollPatch.kt index 296ba4e2..e251f1de 100644 --- a/src/main/kotlin/app/revanced/patches/shared/misc/fix/verticalscroll/patch/VerticalScrollPatch.kt +++ b/src/main/kotlin/app/revanced/patches/shared/misc/fix/verticalscroll/patch/VerticalScrollPatch.kt @@ -13,7 +13,7 @@ import app.revanced.patches.shared.misc.fix.verticalscroll.annotations.VerticalS import app.revanced.patches.shared.misc.fix.verticalscroll.fingerprints.CanScrollVerticallyFingerprint import org.jf.dexlib2.iface.instruction.OneRegisterInstruction -@Description("Fixes issues with scrolling on the home screen when the first component is of type EmptyComponent.") +@Description("Fixes issues with refreshing the feed when the first component is of type EmptyComponent.") @VerticalScrollCompatibility @Version("0.0.1") class VerticalScrollPatch : BytecodePatch(