apkfuckery/com.discord/smali/com/discord/widgets/chat/input/WidgetChatInputAttachments$configureFlexInputFragment$$inlined$apply$lambda$2.smali

77 lines
3.3 KiB
Smali
Raw Normal View History

2019-12-06 03:29:40 +00:00
.class public final Lcom/discord/widgets/chat/input/WidgetChatInputAttachments$configureFlexInputFragment$$inlined$apply$lambda$2;
2019-07-24 11:27:29 +00:00
.super Ljava/lang/Object;
.source "WidgetChatInputAttachments.kt"
# interfaces
.implements Lcom/discord/widgets/chat/input/emoji/WidgetChatInputEmojiPicker$Listener;
# annotations
.annotation system Ldalvik/annotation/EnclosingMethod;
value = Lcom/discord/widgets/chat/input/WidgetChatInputAttachments;->configureFlexInputFragment(Lcom/discord/app/AppFragment;Lcom/discord/widgets/chat/input/WidgetChatInputEditText;)V
.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
# instance fields
2019-12-06 03:29:40 +00:00
.field public final synthetic $chatInput$inlined:Lcom/discord/widgets/chat/input/WidgetChatInputEditText;
2019-07-24 11:27:29 +00:00
2019-12-06 03:29:40 +00:00
.field public final synthetic $fragment$inlined:Lcom/discord/app/AppFragment;
2019-07-24 11:27:29 +00:00
2019-12-06 03:29:40 +00:00
.field public final synthetic $fragmentManager$inlined:Landroidx/fragment/app/FragmentManager;
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/chat/input/WidgetChatInputAttachments;
2019-07-24 11:27:29 +00:00
# direct methods
2019-12-06 03:29:40 +00:00
.method public constructor <init>(Lcom/discord/widgets/chat/input/WidgetChatInputAttachments;Lcom/discord/widgets/chat/input/WidgetChatInputEditText;Lcom/discord/app/AppFragment;Landroidx/fragment/app/FragmentManager;)V
2019-07-24 11:27:29 +00:00
.locals 0
iput-object p1, p0, Lcom/discord/widgets/chat/input/WidgetChatInputAttachments$configureFlexInputFragment$$inlined$apply$lambda$2;->this$0:Lcom/discord/widgets/chat/input/WidgetChatInputAttachments;
iput-object p2, p0, Lcom/discord/widgets/chat/input/WidgetChatInputAttachments$configureFlexInputFragment$$inlined$apply$lambda$2;->$chatInput$inlined:Lcom/discord/widgets/chat/input/WidgetChatInputEditText;
iput-object p3, p0, Lcom/discord/widgets/chat/input/WidgetChatInputAttachments$configureFlexInputFragment$$inlined$apply$lambda$2;->$fragment$inlined:Lcom/discord/app/AppFragment;
iput-object p4, p0, Lcom/discord/widgets/chat/input/WidgetChatInputAttachments$configureFlexInputFragment$$inlined$apply$lambda$2;->$fragmentManager$inlined:Landroidx/fragment/app/FragmentManager;
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
# virtual methods
.method public final onEmojiPicked(Lcom/discord/models/domain/emoji/Emoji;Z)V
2020-04-17 17:35:24 +00:00
.locals 1
2019-07-24 11:27:29 +00:00
2020-04-17 17:35:24 +00:00
iget-object p2, p0, Lcom/discord/widgets/chat/input/WidgetChatInputAttachments$configureFlexInputFragment$$inlined$apply$lambda$2;->this$0:Lcom/discord/widgets/chat/input/WidgetChatInputAttachments;
2019-07-24 11:27:29 +00:00
2020-04-17 17:35:24 +00:00
invoke-static {p2}, Lcom/discord/widgets/chat/input/WidgetChatInputAttachments;->access$getFlexInputFragment$p(Lcom/discord/widgets/chat/input/WidgetChatInputAttachments;)Lcom/lytefast/flexinput/fragment/FlexInputFragment;
2019-07-24 11:27:29 +00:00
2020-04-17 17:35:24 +00:00
move-result-object p2
2019-07-24 11:27:29 +00:00
2020-04-17 17:35:24 +00:00
if-eqz p2, :cond_0
2020-04-17 16:36:30 +00:00
2020-04-17 17:35:24 +00:00
const-string v0, "emoji"
2020-04-17 16:36:30 +00:00
2020-04-27 20:53:11 +00:00
invoke-static {p1, v0}, Lx/u/b/j;->checkExpressionValueIsNotNull(Ljava/lang/Object;Ljava/lang/String;)V
2020-04-17 16:36:30 +00:00
2020-04-17 17:35:24 +00:00
invoke-interface {p1}, Lcom/discord/models/domain/emoji/Emoji;->getChatInputText()Ljava/lang/String;
2020-04-17 16:36:30 +00:00
move-result-object p1
2020-04-17 17:35:24 +00:00
const-string v0, "emoji.chatInputText"
2019-07-24 11:27:29 +00:00
2020-04-27 20:53:11 +00:00
invoke-static {p1, v0}, Lx/u/b/j;->checkExpressionValueIsNotNull(Ljava/lang/Object;Ljava/lang/String;)V
2019-07-24 11:27:29 +00:00
2020-04-17 17:35:24 +00:00
invoke-virtual {p2, p1}, Lcom/lytefast/flexinput/fragment/FlexInputFragment;->a(Ljava/lang/String;)V
2020-03-01 21:12:02 +00:00
2020-03-03 02:12:30 +00:00
:cond_0
2019-07-24 11:27:29 +00:00
return-void
.end method