Changes of com.discord v1302
This commit is contained in:
parent
965ee1b306
commit
b5721801ad
26 changed files with 371 additions and 60 deletions
|
@ -204,7 +204,7 @@
|
|||
return-object p0
|
||||
|
||||
:cond_0
|
||||
const-string/jumbo p0, "stickyHeadersManager"
|
||||
const-string p0, "stickyHeadersManager"
|
||||
|
||||
invoke-static {p0}, Lc0/n/c/j;->throwUninitializedPropertyAccessException(Ljava/lang/String;)V
|
||||
|
||||
|
@ -260,7 +260,7 @@
|
|||
.method public getAndBindHeaderView(I)Landroid/view/View;
|
||||
.locals 8
|
||||
|
||||
const-string/jumbo v0, "stickyHeadersManager"
|
||||
const-string v0, "stickyHeadersManager"
|
||||
|
||||
iget-object v1, p0, Lcom/discord/widgets/channels/memberlist/adapter/ChannelMembersListAdapter;->memberList:Lcom/discord/widgets/channels/memberlist/WidgetChannelMembersListViewModel$MemberList;
|
||||
|
||||
|
|
|
@ -71,12 +71,6 @@
|
|||
|
||||
invoke-static {v12, v1}, Lc0/n/c/j;->checkNotNullParameter(Ljava/lang/Object;Ljava/lang/String;)V
|
||||
|
||||
const-string v1, "pendingReplyState"
|
||||
|
||||
move-object/from16 v15, p11
|
||||
|
||||
invoke-static {v15, v1}, Lc0/n/c/j;->checkNotNullParameter(Ljava/lang/Object;Ljava/lang/String;)V
|
||||
|
||||
iget-object v1, v0, Lcom/discord/widgets/chat/input/WidgetChatInputModel$Companion$get$1$2;->$channel:Lcom/discord/models/domain/ModelChannel;
|
||||
|
||||
invoke-virtual {v1}, Lcom/discord/models/domain/ModelChannel;->getId()J
|
||||
|
@ -137,12 +131,12 @@
|
|||
|
||||
if-nez v8, :cond_1
|
||||
|
||||
const/16 v16, 0x1
|
||||
const/4 v15, 0x1
|
||||
|
||||
goto :goto_1
|
||||
|
||||
:cond_1
|
||||
const/16 v16, 0x0
|
||||
const/4 v15, 0x0
|
||||
|
||||
:goto_1
|
||||
sget-object v5, Lcom/discord/widgets/chat/input/WidgetChatInputModel;->Companion:Lcom/discord/widgets/chat/input/WidgetChatInputModel$Companion;
|
||||
|
@ -196,6 +190,12 @@
|
|||
|
||||
move-result v13
|
||||
|
||||
const-string v5, "pendingReplyState"
|
||||
|
||||
move-object/from16 v10, p11
|
||||
|
||||
invoke-static {v10, v5}, Lc0/n/c/j;->checkNotNullExpressionValue(Ljava/lang/Object;Ljava/lang/String;)V
|
||||
|
||||
move-object/from16 v5, p1
|
||||
|
||||
move-object/from16 v6, p2
|
||||
|
@ -206,8 +206,6 @@
|
|||
|
||||
move-object/from16 v12, p7
|
||||
|
||||
move/from16 v15, v16
|
||||
|
||||
move/from16 v16, p10
|
||||
|
||||
move-object/from16 v17, p11
|
||||
|
|
|
@ -290,8 +290,16 @@
|
|||
|
||||
invoke-static {v2, v13, v14}, Lcom/discord/widgets/chat/input/WidgetChatInputModel$Companion;->access$observePendingReplyState(Lcom/discord/widgets/chat/input/WidgetChatInputModel$Companion;J)Lrx/Observable;
|
||||
|
||||
move-result-object v2
|
||||
|
||||
invoke-virtual {v2}, Lrx/Observable;->q()Lrx/Observable;
|
||||
|
||||
move-result-object v13
|
||||
|
||||
const-string v2, "observePendingReplyState\u2026 .distinctUntilChanged()"
|
||||
|
||||
invoke-static {v13, v2}, Lc0/n/c/j;->checkNotNullExpressionValue(Ljava/lang/Object;Ljava/lang/String;)V
|
||||
|
||||
new-instance v14, Lcom/discord/widgets/chat/input/WidgetChatInputModel$Companion$get$1$2;
|
||||
|
||||
move-object/from16 v2, p0
|
||||
|
|
|
@ -446,7 +446,7 @@
|
|||
|
||||
new-array v2, v0, [Ljava/lang/Object;
|
||||
|
||||
const-string v4, "46.0"
|
||||
const-string v4, "46.1"
|
||||
|
||||
aput-object v4, v2, v3
|
||||
|
||||
|
|
|
@ -101,7 +101,7 @@
|
|||
|
||||
invoke-static {p2, v7}, Lc0/n/c/j;->checkNotNullParameter(Ljava/lang/Object;Ljava/lang/String;)V
|
||||
|
||||
const-string/jumbo v7, "stockGuildTemplate"
|
||||
const-string v7, "stockGuildTemplate"
|
||||
|
||||
invoke-static {v3, v7}, Lc0/n/c/j;->checkNotNullParameter(Ljava/lang/Object;Ljava/lang/String;)V
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue