apkfuckery/com.discord/smali_classes2/com/discord/widgets/voice/call/WidgetPrivateCall$configureUI$1.smali

129 lines
4 KiB
Smali
Raw Normal View History

2019-12-06 03:29:40 +00:00
.class public final Lcom/discord/widgets/voice/call/WidgetPrivateCall$configureUI$1;
2020-04-11 15:34:05 +00:00
.super Lz/u/b/k;
2019-07-24 11:27:29 +00:00
.source "WidgetPrivateCall.kt"
# interfaces
2019-12-21 01:41:59 +00:00
.implements Lkotlin/jvm/functions/Function1;
2019-07-24 11:27:29 +00:00
# annotations
.annotation system Ldalvik/annotation/EnclosingMethod;
2020-01-31 00:34:35 +00:00
value = Lcom/discord/widgets/voice/call/WidgetPrivateCall;->configureUI(Lcom/discord/widgets/voice/call/WidgetPrivateCallViewModel$ViewState;)V
2019-07-24 11:27:29 +00:00
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
2019-12-06 03:29:40 +00:00
accessFlags = 0x19
2019-07-24 11:27:29 +00:00
name = null
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
2020-04-11 15:34:05 +00:00
"Lz/u/b/k;",
2019-12-21 01:41:59 +00:00
"Lkotlin/jvm/functions/Function1<",
"Lcom/discord/stores/StoreVoiceParticipants$VoiceUser;",
"Lkotlin/Unit;",
2019-07-24 11:27:29 +00:00
">;"
}
.end annotation
# instance fields
2020-01-31 00:34:35 +00:00
.field public final synthetic $callModel:Lcom/discord/widgets/voice/model/CallModel;
2019-07-24 11:27:29 +00:00
2019-12-06 03:29:40 +00:00
.field public final synthetic this$0:Lcom/discord/widgets/voice/call/WidgetPrivateCall;
2019-07-24 11:27:29 +00:00
# direct methods
2020-01-31 00:34:35 +00:00
.method public constructor <init>(Lcom/discord/widgets/voice/call/WidgetPrivateCall;Lcom/discord/widgets/voice/model/CallModel;)V
2019-07-24 11:27:29 +00:00
.locals 0
iput-object p1, p0, Lcom/discord/widgets/voice/call/WidgetPrivateCall$configureUI$1;->this$0:Lcom/discord/widgets/voice/call/WidgetPrivateCall;
2020-01-31 00:34:35 +00:00
iput-object p2, p0, Lcom/discord/widgets/voice/call/WidgetPrivateCall$configureUI$1;->$callModel:Lcom/discord/widgets/voice/model/CallModel;
2019-07-24 11:27:29 +00:00
2019-12-21 01:41:59 +00:00
const/4 p1, 0x1
2020-04-11 15:34:05 +00:00
invoke-direct {p0, p1}, Lz/u/b/k;-><init>(I)V
2019-07-24 11:27:29 +00:00
return-void
.end method
# virtual methods
2019-12-21 01:41:59 +00:00
.method public bridge synthetic invoke(Ljava/lang/Object;)Ljava/lang/Object;
.locals 0
2019-12-06 03:29:40 +00:00
2019-12-21 01:41:59 +00:00
check-cast p1, Lcom/discord/stores/StoreVoiceParticipants$VoiceUser;
2019-07-24 11:27:29 +00:00
2019-12-21 01:41:59 +00:00
invoke-virtual {p0, p1}, Lcom/discord/widgets/voice/call/WidgetPrivateCall$configureUI$1;->invoke(Lcom/discord/stores/StoreVoiceParticipants$VoiceUser;)V
2019-12-13 02:35:12 +00:00
2019-12-21 01:41:59 +00:00
sget-object p1, Lkotlin/Unit;->a:Lkotlin/Unit;
2019-07-24 11:27:29 +00:00
2019-12-21 01:41:59 +00:00
return-object p1
.end method
2019-12-18 09:41:56 +00:00
2019-12-21 01:41:59 +00:00
.method public final invoke(Lcom/discord/stores/StoreVoiceParticipants$VoiceUser;)V
2020-03-04 00:13:28 +00:00
.locals 9
2019-12-13 02:35:12 +00:00
2019-12-21 01:41:59 +00:00
if-eqz p1, :cond_0
sget-object v0, Lcom/discord/widgets/user/usersheet/WidgetUserSheet;->Companion:Lcom/discord/widgets/user/usersheet/WidgetUserSheet$Companion;
2019-12-18 09:41:56 +00:00
2019-12-21 01:41:59 +00:00
invoke-virtual {p1}, Lcom/discord/stores/StoreVoiceParticipants$VoiceUser;->getUser()Lcom/discord/models/domain/ModelUser;
move-result-object p1
2019-07-24 11:27:29 +00:00
invoke-virtual {p1}, Lcom/discord/models/domain/ModelUser;->getId()J
move-result-wide v1
2020-01-31 00:34:35 +00:00
iget-object p1, p0, Lcom/discord/widgets/voice/call/WidgetPrivateCall$configureUI$1;->$callModel:Lcom/discord/widgets/voice/model/CallModel;
2019-07-24 11:27:29 +00:00
invoke-virtual {p1}, Lcom/discord/widgets/voice/model/CallModel;->getChannel()Lcom/discord/models/domain/ModelChannel;
move-result-object p1
invoke-virtual {p1}, Lcom/discord/models/domain/ModelChannel;->getId()J
move-result-wide v3
2019-10-23 04:50:18 +00:00
invoke-static {v3, v4}, Ljava/lang/Long;->valueOf(J)Ljava/lang/Long;
move-result-object v3
2019-07-24 11:27:29 +00:00
iget-object p1, p0, Lcom/discord/widgets/voice/call/WidgetPrivateCall$configureUI$1;->this$0:Lcom/discord/widgets/voice/call/WidgetPrivateCall;
2019-12-06 03:29:40 +00:00
invoke-virtual {p1}, Landroidx/fragment/app/Fragment;->getChildFragmentManager()Landroidx/fragment/app/FragmentManager;
2019-07-24 11:27:29 +00:00
2019-10-23 04:50:18 +00:00
move-result-object v4
2019-07-24 11:27:29 +00:00
2019-10-07 23:23:22 +00:00
const-string p1, "childFragmentManager"
2020-04-11 15:34:05 +00:00
invoke-static {v4, p1}, Lz/u/b/j;->checkExpressionValueIsNotNull(Ljava/lang/Object;Ljava/lang/String;)V
2019-12-21 01:41:59 +00:00
const/4 v5, 0x0
2019-07-24 11:27:29 +00:00
2019-12-06 03:29:40 +00:00
const/4 p1, 0x1
invoke-static {p1}, Ljava/lang/Boolean;->valueOf(Z)Ljava/lang/Boolean;
move-result-object v6
2020-03-04 00:13:28 +00:00
const/16 v7, 0x8
2019-07-24 11:27:29 +00:00
2020-03-04 00:13:28 +00:00
const/4 v8, 0x0
2019-07-24 11:27:29 +00:00
2020-03-04 00:13:28 +00:00
invoke-static/range {v0 .. v8}, 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;ILjava/lang/Object;)V
2019-07-24 11:27:29 +00:00
return-void
2019-12-21 01:41:59 +00:00
:cond_0
const-string p1, "it"
2019-07-24 11:27:29 +00:00
2020-04-11 15:34:05 +00:00
invoke-static {p1}, Lz/u/b/j;->a(Ljava/lang/String;)V
2019-07-24 11:27:29 +00:00
2019-12-21 01:41:59 +00:00
const/4 p1, 0x0
2019-07-24 11:27:29 +00:00
2019-12-21 01:41:59 +00:00
throw p1
2019-07-24 11:27:29 +00:00
.end method