mirror of
https://booba.tech/CutTheCord/cutthecord.git
synced 2024-08-15 03:24:52 +00:00
46620
0f8f3bcbb3
- [x] Folder structure - [x] Script updates - [x] XML patches - [x] Move all patches to this repo - [x] Make sure jenkins is ready for new build system Reviewed-on: https://booba.tech/CutTheCord/cutthecord/pulls/2 Co-authored-by: 46620 <46620osu@gmail.com> Co-committed-by: 46620 <46620osu@gmail.com>
19 lines
745 B
Diff
19 lines
745 B
Diff
*** com.discord/smali/com/discord/utilities/icon/IconUtils.smali 2021-06-01 17:16:49.177261704 +0000
|
|
--- com.discord-mod/smali/com/discord/utilities/icon/IconUtils.smali 2021-06-01 22:24:40.410417721 +0000
|
|
***************
|
|
*** 1739,1744 ****
|
|
--- 1739,1752 ----
|
|
|
|
invoke-virtual {p3, p2}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
|
|
|
|
+ # Set avatar image size to 256
|
|
+
|
|
+ const-string v0, "?size=256"
|
|
+
|
|
+ invoke-virtual {p3, v0}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
|
|
+
|
|
+ const-string v0, "https://cdn.discordapp.com/avatars/"
|
|
+
|
|
invoke-virtual {p3}, Ljava/lang/StringBuilder;->toString()Ljava/lang/String;
|
|
|
|
move-result-object p0
|