forked from distok/cutthecord
Add 8.8.8 support
This was really painless lol, just had 2 issues to fix on notrack
This commit is contained in:
parent
a55a06b611
commit
4c75630e57
39 changed files with 6599 additions and 1 deletions
56
patches/customdefaultemoji/888.patch
Normal file
56
patches/customdefaultemoji/888.patch
Normal file
|
@ -0,0 +1,56 @@
|
|||
diff -crB -x dist -x build com.discord-884-base/smali/com/discord/stores/StoreEmoji.smali com.discord-884/smali/com/discord/stores/StoreEmoji.smali
|
||||
*** com.discord-884-base/smali/com/discord/stores/StoreEmoji.smali 2019-04-25 13:19:17.676510563 +0300
|
||||
--- com.discord-884/smali/com/discord/stores/StoreEmoji.smali 2019-04-26 07:35:12.402110184 +0300
|
||||
***************
|
||||
*** 111,135 ****
|
||||
|
||||
aput-object v1, v0, v2
|
||||
|
||||
! const-string v1, "eyes"
|
||||
|
||||
const/4 v2, 0x2
|
||||
|
||||
aput-object v1, v0, v2
|
||||
|
||||
! const-string v1, "sweat_drops"
|
||||
|
||||
const/4 v2, 0x3
|
||||
|
||||
aput-object v1, v0, v2
|
||||
|
||||
! const-string v1, "joy"
|
||||
|
||||
const/4 v2, 0x4
|
||||
|
||||
aput-object v1, v0, v2
|
||||
|
||||
! const-string v1, "pig"
|
||||
|
||||
const/4 v2, 0x5
|
||||
|
||||
--- 111,135 ----
|
||||
|
||||
aput-object v1, v0, v2
|
||||
|
||||
! const-string v1, "star"
|
||||
|
||||
const/4 v2, 0x2
|
||||
|
||||
aput-object v1, v0, v2
|
||||
|
||||
! const-string v1, "eyes"
|
||||
|
||||
const/4 v2, 0x3
|
||||
|
||||
aput-object v1, v0, v2
|
||||
|
||||
! const-string v1, "sweat_drops"
|
||||
|
||||
const/4 v2, 0x4
|
||||
|
||||
aput-object v1, v0, v2
|
||||
|
||||
! const-string v1, "joy"
|
||||
|
||||
const/4 v2, 0x5
|
||||
|
|
@ -4,4 +4,5 @@ This patch changes default list of custom emojis.
|
|||
|
||||
#### Available and tested on:
|
||||
- 8.8.4
|
||||
- 8.8.8
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue