feat(YouTube/Hide feed components): Hide carousel shelf setting no longer checks browserId

This commit is contained in:
inotia00
2024-04-20 23:12:38 +09:00
parent 26829aceca
commit 844c295904
4 changed files with 51 additions and 10 deletions

View File

@ -19,8 +19,8 @@ abstract class BaseMainActivityResolvePatch(
setOf(mainActivityOnCreateFingerprint)
) {
lateinit var mainActivityMutableClass: MutableClass
lateinit var onBackPressedMethod: MutableMethod
private lateinit var constructorMethod: MutableMethod
private lateinit var onBackPressedMethod: MutableMethod
private lateinit var onCreateMethod: MutableMethod
private var constructorMethodIndex by Delegates.notNull<Int>()
private var onBackPressedMethodIndex by Delegates.notNull<Int>()