fix(Instagram - Change sharing domain): Display patch option (#6089)
This commit is contained in:
parent
52c0bb6aa2
commit
be2b144cc9
1 changed files with 7 additions and 7 deletions
|
|
@ -19,14 +19,14 @@ val changeLinkSharingDomainPatch = bytecodePatch(
|
|||
|
||||
dependsOn(sharedExtensionPatch)
|
||||
|
||||
execute {
|
||||
val customDomainHost by stringOption(
|
||||
key = "domainName",
|
||||
default = "imginn.com",
|
||||
title = "Domain name",
|
||||
description = "The domain name to use when sharing links."
|
||||
)
|
||||
val customDomainHost by stringOption(
|
||||
key = "domainName",
|
||||
default = "imginn.com",
|
||||
title = "Domain name",
|
||||
description = "The domain name to use when sharing links."
|
||||
)
|
||||
|
||||
execute {
|
||||
getCustomShareDomainFingerprint.method.returnEarly(customDomainHost!!)
|
||||
|
||||
editShareLinksPatch { index, register ->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue