forked from distok/cutthecord
28-alpha2 (1167)
This commit is contained in:
parent
b21564104e
commit
13e2bea520
50 changed files with 58994 additions and 140 deletions
69
patches/nospoiler/1167.patch
Normal file
69
patches/nospoiler/1167.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-06-20 04:18:51.415373771 +0100
|
||||
--- to/smali/com/discord/models/domain/ModelMessageEmbed.smali 2020-06-20 04:19:13.477212763 +0100
|
||||
***************
|
||||
*** 1921,1953 ****
|
||||
.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
|
||||
|
||||
--- 1921,1929 ----
|
||||
.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-06-20 04:18:51.833370715 +0100
|
||||
--- to/smali/com/discord/utilities/textprocessing/node/SpoilerNode.smali 2020-06-20 04:19:13.477212763 +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
|
|
@ -159,4 +159,5 @@ I personally won't be using it as I like to use them as CWs, but I do acknowledg
|
|||
- 23.0
|
||||
- 24-alpha2
|
||||
- 24
|
||||
- 28-alpha2
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue