forked from distok/cutthecord
Add support for 8.5.3
- Support for new channel type (news) is added - New color: primary_660, not used anywhere - `switch_thumb_normal_material_light` is no longer top bar color, this will affect customtheme's top bar, I'll fix it when I find time. - crashlytics was updated (ahhhhhhhhhhhh) - fabric was updated (ahhhhhhhhhh) - drainEventsQueue from analytics was rewritten (ahhhhhhhhhhhhhhhhh)
This commit is contained in:
parent
80753551c8
commit
74cf1c0485
39 changed files with 6468 additions and 1 deletions
54
patches/noprofilestrip/853.patch
Normal file
54
patches/noprofilestrip/853.patch
Normal file
|
@ -0,0 +1,54 @@
|
|||
diff -crB -x dist -x build com.discord-844-base/smali/com/discord/widgets/user/WidgetUserProfileStrip.smali com.discord-844/smali/com/discord/widgets/user/WidgetUserProfileStrip.smali
|
||||
*** com.discord-844-base/smali/com/discord/widgets/user/WidgetUserProfileStrip.smali 2019-02-08 11:20:06.748207115 +0300
|
||||
--- com.discord-844/smali/com/discord/widgets/user/WidgetUserProfileStrip.smali 2019-02-08 11:42:20.176669306 +0300
|
||||
***************
|
||||
*** 428,442 ****
|
||||
|
||||
move-result-object v2
|
||||
|
||||
! invoke-virtual {p1}, Lcom/discord/widgets/user/WidgetUserProfileStrip$Model;->getUser()Lcom/discord/models/domain/ModelUser;
|
||||
!
|
||||
! move-result-object v3
|
||||
!
|
||||
! invoke-virtual {v3}, Lcom/discord/models/domain/ModelUser;->getUsername()Ljava/lang/String;
|
||||
!
|
||||
! move-result-object v3
|
||||
!
|
||||
! check-cast v3, Ljava/lang/CharSequence;
|
||||
|
||||
invoke-virtual {v2, v3}, Landroid/widget/TextView;->setText(Ljava/lang/CharSequence;)V
|
||||
|
||||
--- 428,434 ----
|
||||
|
||||
move-result-object v2
|
||||
|
||||
! const-string v3, ""
|
||||
|
||||
invoke-virtual {v2, v3}, Landroid/widget/TextView;->setText(Ljava/lang/CharSequence;)V
|
||||
|
||||
***************
|
||||
*** 445,459 ****
|
||||
|
||||
move-result-object v2
|
||||
|
||||
! invoke-virtual {p1}, Lcom/discord/widgets/user/WidgetUserProfileStrip$Model;->getUser()Lcom/discord/models/domain/ModelUser;
|
||||
!
|
||||
! move-result-object p1
|
||||
!
|
||||
! invoke-virtual {p1}, Lcom/discord/models/domain/ModelUser;->getDiscriminatorWithPadding()Ljava/lang/String;
|
||||
!
|
||||
! move-result-object p1
|
||||
!
|
||||
! check-cast p1, Ljava/lang/CharSequence;
|
||||
|
||||
invoke-virtual {v2, p1}, Landroid/widget/TextView;->setText(Ljava/lang/CharSequence;)V
|
||||
|
||||
--- 437,443 ----
|
||||
|
||||
move-result-object v2
|
||||
|
||||
! const-string p1, ""
|
||||
|
||||
invoke-virtual {v2, p1}, Landroid/widget/TextView;->setText(Ljava/lang/CharSequence;)V
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue