mirror of
https://github.com/revanced/revanced-patches.git
synced 2025-12-11 20:03:55 +01:00
fix(Instagram - Change sharing domain): Display patch option (#6089)
This commit is contained in:
@@ -19,7 +19,6 @@ val changeLinkSharingDomainPatch = bytecodePatch(
|
|||||||
|
|
||||||
dependsOn(sharedExtensionPatch)
|
dependsOn(sharedExtensionPatch)
|
||||||
|
|
||||||
execute {
|
|
||||||
val customDomainHost by stringOption(
|
val customDomainHost by stringOption(
|
||||||
key = "domainName",
|
key = "domainName",
|
||||||
default = "imginn.com",
|
default = "imginn.com",
|
||||||
@@ -27,6 +26,7 @@ val changeLinkSharingDomainPatch = bytecodePatch(
|
|||||||
description = "The domain name to use when sharing links."
|
description = "The domain name to use when sharing links."
|
||||||
)
|
)
|
||||||
|
|
||||||
|
execute {
|
||||||
getCustomShareDomainFingerprint.method.returnEarly(customDomainHost!!)
|
getCustomShareDomainFingerprint.method.returnEarly(customDomainHost!!)
|
||||||
|
|
||||||
editShareLinksPatch { index, register ->
|
editShareLinksPatch { index, register ->
|
||||||
|
|||||||
Reference in New Issue
Block a user