apkfuckery/com.discord/smali/com/discord/stores/StoreMessageReactions$fetch...

106 lines
3.3 KiB
Smali
Raw Normal View History

2020-05-17 12:40:10 +00:00
.class public final Lcom/discord/stores/StoreMessageReactions$fetchReactions$1;
2020-11-11 02:08:46 +00:00
.super Ly/n/c/k;
2020-05-17 12:40:10 +00:00
.source "StoreMessageReactions.kt"
# interfaces
2020-11-11 02:08:46 +00:00
.implements Lkotlin/jvm/functions/Function1;
2020-05-17 12:40:10 +00:00
# annotations
.annotation system Ldalvik/annotation/EnclosingMethod;
value = Lcom/discord/stores/StoreMessageReactions;->fetchReactions(JJLcom/discord/models/domain/ModelMessageReaction$Emoji;)V
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x19
name = null
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
2020-11-11 02:08:46 +00:00
"Ly/n/c/k;",
"Lkotlin/jvm/functions/Function1<",
2020-05-17 12:40:10 +00:00
"Ljava/util/List<",
"+",
"Lcom/discord/models/domain/ModelUser;",
2020-11-11 02:08:46 +00:00
">;",
"Lkotlin/Unit;",
">;"
2020-05-17 12:40:10 +00:00
}
.end annotation
# instance fields
.field public final synthetic $channelId:J
.field public final synthetic $emoji:Lcom/discord/models/domain/ModelMessageReaction$Emoji;
.field public final synthetic $messageId:J
.field public final synthetic this$0:Lcom/discord/stores/StoreMessageReactions;
# direct methods
.method public constructor <init>(Lcom/discord/stores/StoreMessageReactions;JJLcom/discord/models/domain/ModelMessageReaction$Emoji;)V
.locals 0
iput-object p1, p0, Lcom/discord/stores/StoreMessageReactions$fetchReactions$1;->this$0:Lcom/discord/stores/StoreMessageReactions;
iput-wide p2, p0, Lcom/discord/stores/StoreMessageReactions$fetchReactions$1;->$channelId:J
iput-wide p4, p0, Lcom/discord/stores/StoreMessageReactions$fetchReactions$1;->$messageId:J
iput-object p6, p0, Lcom/discord/stores/StoreMessageReactions$fetchReactions$1;->$emoji:Lcom/discord/models/domain/ModelMessageReaction$Emoji;
2020-11-11 02:08:46 +00:00
const/4 p1, 0x1
invoke-direct {p0, p1}, Ly/n/c/k;-><init>(I)V
2020-05-17 12:40:10 +00:00
return-void
.end method
# virtual methods
2020-11-11 02:08:46 +00:00
.method public bridge synthetic invoke(Ljava/lang/Object;)Ljava/lang/Object;
2020-05-17 12:40:10 +00:00
.locals 0
check-cast p1, Ljava/util/List;
2020-11-11 02:08:46 +00:00
invoke-virtual {p0, p1}, Lcom/discord/stores/StoreMessageReactions$fetchReactions$1;->invoke(Ljava/util/List;)V
2020-05-17 12:40:10 +00:00
2020-11-11 02:08:46 +00:00
sget-object p1, Lkotlin/Unit;->a:Lkotlin/Unit;
return-object p1
2020-05-17 12:40:10 +00:00
.end method
2020-11-11 02:08:46 +00:00
.method public final invoke(Ljava/util/List;)V
2020-05-17 12:40:10 +00:00
.locals 2
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Ljava/util/List<",
"+",
"Lcom/discord/models/domain/ModelUser;",
">;)V"
}
.end annotation
2020-11-11 02:08:46 +00:00
const-string v0, "reactionUsers"
invoke-static {p1, v0}, Ly/n/c/j;->checkNotNullParameter(Ljava/lang/Object;Ljava/lang/String;)V
2020-05-17 12:40:10 +00:00
iget-object v0, p0, Lcom/discord/stores/StoreMessageReactions$fetchReactions$1;->this$0:Lcom/discord/stores/StoreMessageReactions;
invoke-static {v0}, Lcom/discord/stores/StoreMessageReactions;->access$getDispatcher$p(Lcom/discord/stores/StoreMessageReactions;)Lcom/discord/stores/Dispatcher;
move-result-object v0
new-instance v1, Lcom/discord/stores/StoreMessageReactions$fetchReactions$1$1;
invoke-direct {v1, p0, p1}, Lcom/discord/stores/StoreMessageReactions$fetchReactions$1$1;-><init>(Lcom/discord/stores/StoreMessageReactions$fetchReactions$1;Ljava/util/List;)V
invoke-virtual {v0, v1}, Lcom/discord/stores/Dispatcher;->schedule(Lkotlin/jvm/functions/Function0;)V
return-void
.end method