mirror of
https://booba.tech/CutTheCord/cutthecord.git
synced 2024-08-15 03:24:52 +00:00
46620
1863fb57ea
Also fixed patchport again I'm also running out of steam for this project and don't really wanna continue it much longer. If official CTC gets slashcommands, I'll update this, but don't expect many updates for the next few months.
96 lines
3.2 KiB
Diff
96 lines
3.2 KiB
Diff
*** discord/com.discord/smali_classes2/com/discord/widgets/chat/list/adapter/WidgetChatListAdapterEventsHandler.smali 2021-08-21 10:13:37.752083749 +0000
|
|
--- com.discord/smali_classes2/com/discord/widgets/chat/list/adapter/WidgetChatListAdapterEventsHandler.smali 2021-08-21 10:11:39.864132196 +0000
|
|
***************
|
|
*** 747,827 ****
|
|
.end method
|
|
|
|
.method public onMessageAuthorAvatarClicked(Lcom/discord/models/message/Message;J)V
|
|
! .locals 12
|
|
|
|
- const-string v0, "message"
|
|
-
|
|
- invoke-static {p1, v0}, Ld0/z/d/m;->checkNotNullParameter(Ljava/lang/Object;Ljava/lang/String;)V
|
|
-
|
|
- .line 1
|
|
- sget-object v0, Lcom/discord/utilities/guilds/PublicGuildUtils;->INSTANCE:Lcom/discord/utilities/guilds/PublicGuildUtils;
|
|
-
|
|
- invoke-virtual {v0, p1}, Lcom/discord/utilities/guilds/PublicGuildUtils;->isPublicGuildSystemMessage(Lcom/discord/models/message/Message;)Z
|
|
-
|
|
- move-result v0
|
|
-
|
|
- if-nez v0, :cond_1
|
|
-
|
|
- invoke-virtual {p1}, Lcom/discord/models/message/Message;->isCrosspost()Z
|
|
-
|
|
- move-result v0
|
|
-
|
|
- if-eqz v0, :cond_0
|
|
-
|
|
- goto :goto_0
|
|
-
|
|
- .line 2
|
|
- :cond_0
|
|
- invoke-virtual {p1}, Lcom/discord/models/message/Message;->getAuthor()Lcom/discord/api/user/User;
|
|
-
|
|
- move-result-object v0
|
|
-
|
|
- if-eqz v0, :cond_2
|
|
-
|
|
- .line 3
|
|
- sget-object v1, Lcom/discord/widgets/user/usersheet/WidgetUserSheet;->Companion:Lcom/discord/widgets/user/usersheet/WidgetUserSheet$Companion;
|
|
-
|
|
- invoke-virtual {v0}, Lcom/discord/api/user/User;->i()J
|
|
-
|
|
- move-result-wide v2
|
|
-
|
|
- invoke-virtual {p1}, Lcom/discord/models/message/Message;->getChannelId()J
|
|
-
|
|
- move-result-wide v4
|
|
-
|
|
- invoke-static {v4, v5}, Ljava/lang/Long;->valueOf(J)Ljava/lang/Long;
|
|
-
|
|
- move-result-object v4
|
|
-
|
|
- invoke-direct {p0}, Lcom/discord/widgets/chat/list/adapter/WidgetChatListAdapterEventsHandler;->getFragmentManager()Landroidx/fragment/app/FragmentManager;
|
|
-
|
|
- move-result-object v5
|
|
-
|
|
- invoke-static {p2, p3}, Ljava/lang/Long;->valueOf(J)Ljava/lang/Long;
|
|
-
|
|
- move-result-object v6
|
|
-
|
|
- const/4 v7, 0x0
|
|
-
|
|
- const/4 v8, 0x0
|
|
-
|
|
- const/4 v9, 0x0
|
|
-
|
|
- const/16 v10, 0x70
|
|
-
|
|
- const/4 v11, 0x0
|
|
-
|
|
- invoke-static/range {v1 .. v11}, Lcom/discord/widgets/user/usersheet/WidgetUserSheet$Companion;->show$default(Lcom/discord/widgets/user/usersheet/WidgetUserSheet$Companion;JLjava/lang/Long;Landroidx/fragment/app/FragmentManager;Ljava/lang/Long;Ljava/lang/Boolean;Lcom/discord/widgets/user/usersheet/WidgetUserSheet$StreamPreviewClickBehavior;Ljava/lang/String;ILjava/lang/Object;)V
|
|
-
|
|
- goto :goto_1
|
|
-
|
|
- .line 4
|
|
- :cond_1
|
|
- :goto_0
|
|
invoke-virtual {p0, p1, p2, p3}, Lcom/discord/widgets/chat/list/adapter/WidgetChatListAdapterEventsHandler;->onMessageAuthorNameClicked(Lcom/discord/models/message/Message;J)V
|
|
|
|
- :cond_2
|
|
- :goto_1
|
|
return-void
|
|
.end method
|
|
|
|
--- 747,756 ----
|
|
.end method
|
|
|
|
.method public onMessageAuthorAvatarClicked(Lcom/discord/models/message/Message;J)V
|
|
! .locals 4
|
|
|
|
invoke-virtual {p0, p1, p2, p3}, Lcom/discord/widgets/chat/list/adapter/WidgetChatListAdapterEventsHandler;->onMessageAuthorNameClicked(Lcom/discord/models/message/Message;J)V
|
|
|
|
return-void
|
|
.end method
|
|
|