mirror of
https://github.com/inotia00/revanced-patches.git
synced 2025-06-12 13:17:46 +02:00
chore: fix typo
This commit is contained in:
@ -32,7 +32,7 @@ object ChangeStartPagePatch : BaseBytecodePatch(
|
||||
|
||||
override fun execute(context: BytecodeContext) {
|
||||
|
||||
// Hook broseId.
|
||||
// Hook browseId.
|
||||
BrowseIdFingerprint.resultOrThrow().mutableMethod.apply {
|
||||
val browseIdIndex = indexOfFirstInstructionOrThrow {
|
||||
opcode == Opcode.CONST_STRING &&
|
||||
@ -48,7 +48,7 @@ object ChangeStartPagePatch : BaseBytecodePatch(
|
||||
)
|
||||
}
|
||||
|
||||
// There is no browserId assigned to Shorts and Search.
|
||||
// There is no browseId assigned to Shorts and Search.
|
||||
// Just hook the Intent action.
|
||||
IntentActionFingerprint.resultOrThrow().mutableMethod.addInstruction(
|
||||
0,
|
||||
|
Reference in New Issue
Block a user