forked from distok/cutthecord
CTC: Port to 1144
This commit is contained in:
parent
4222669a72
commit
d543bdf05e
44 changed files with 58741 additions and 2 deletions
69
patches/nospoiler/1144.patch
Normal file
69
patches/nospoiler/1144.patch
Normal file
|
@ -0,0 +1,69 @@
|
|||
diff -crB from/smali/com/discord/models/domain/ModelMessageEmbed.smali to/smali/com/discord/models/domain/ModelMessageEmbed.smali
|
||||
*** from/smali/com/discord/models/domain/ModelMessageEmbed.smali 2020-05-08 14:20:52.607624355 +0100
|
||||
--- to/smali/com/discord/models/domain/ModelMessageEmbed.smali 2020-05-08 14:21:10.135443400 +0100
|
||||
***************
|
||||
*** 1923,1955 ****
|
||||
.end method
|
||||
|
||||
.method public isSpoilerAttachment()Z
|
||||
! .locals 2
|
||||
!
|
||||
! .line 1
|
||||
! invoke-virtual {p0}, Lcom/discord/models/domain/ModelMessageEmbed;->isAttachment()Z
|
||||
!
|
||||
! move-result v0
|
||||
!
|
||||
! if-eqz v0, :cond_0
|
||||
!
|
||||
! iget-object v0, p0, Lcom/discord/models/domain/ModelMessageEmbed;->title:Ljava/lang/String;
|
||||
!
|
||||
! const-string v1, "SPOILER_"
|
||||
!
|
||||
! invoke-virtual {v0, v1}, Ljava/lang/String;->startsWith(Ljava/lang/String;)Z
|
||||
!
|
||||
! move-result v0
|
||||
!
|
||||
! if-eqz v0, :cond_0
|
||||
!
|
||||
! const/4 v0, 0x1
|
||||
!
|
||||
! goto :goto_0
|
||||
!
|
||||
! :cond_0
|
||||
const/4 v0, 0x0
|
||||
|
||||
- :goto_0
|
||||
return v0
|
||||
.end method
|
||||
|
||||
--- 1923,1931 ----
|
||||
.end method
|
||||
|
||||
.method public isSpoilerAttachment()Z
|
||||
! .locals 1
|
||||
const/4 v0, 0x0
|
||||
|
||||
return v0
|
||||
.end method
|
||||
|
||||
diff -crB from/smali/com/discord/utilities/textprocessing/node/SpoilerNode.smali to/smali/com/discord/utilities/textprocessing/node/SpoilerNode.smali
|
||||
*** from/smali/com/discord/utilities/textprocessing/node/SpoilerNode.smali 2020-05-08 14:20:53.099619294 +0100
|
||||
--- to/smali/com/discord/utilities/textprocessing/node/SpoilerNode.smali 2020-05-08 14:21:10.135443400 +0100
|
||||
***************
|
||||
*** 209,216 ****
|
||||
.method public isRevealed()Z
|
||||
.locals 1
|
||||
|
||||
! .line 1
|
||||
! iget-boolean v0, p0, Lcom/discord/utilities/textprocessing/node/SpoilerNode;->isRevealed:Z
|
||||
|
||||
return v0
|
||||
.end method
|
||||
--- 209,215 ----
|
||||
.method public isRevealed()Z
|
||||
.locals 1
|
||||
|
||||
! const/4 v0, 0x1
|
||||
|
||||
return v0
|
||||
.end method
|
|
@ -154,4 +154,5 @@ I personally won't be using it as I like to use them as CWs, but I do acknowledg
|
|||
- 22-alpha1
|
||||
- 21.3
|
||||
- 22-alpha3
|
||||
- 22.4
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue