discord-jadx/app/src/main/java/com/discord/utilities/channel/ChannelSelector$openCreateThread$1.java
Juby210 02b39b5eaf
Enable replacing const values in jadx
Tracking changes should be much easier now.
2021-08-10 00:50:52 +02:00

28 lines
1.2 KiB
Java

package com.discord.utilities.channel;
import d0.z.d.o;
import kotlin.Unit;
import kotlin.jvm.functions.Function0;
/* compiled from: ChannelSelector.kt */
public final class ChannelSelector$openCreateThread$1 extends o implements Function0<Unit> {
public final /* synthetic */ long $channelId;
public final /* synthetic */ long $guildId;
public final /* synthetic */ Long $parentMessageId;
public final /* synthetic */ ChannelSelector this$0;
/* JADX INFO: super call moved to the top of the method (can break code semantics) */
public ChannelSelector$openCreateThread$1(ChannelSelector channelSelector, long j, long j2, Long l) {
super(0);
this.this$0 = channelSelector;
this.$guildId = j;
this.$channelId = j2;
this.$parentMessageId = l;
}
@Override // kotlin.jvm.functions.Function0
/* renamed from: invoke */
public final void mo1invoke() {
this.this$0.getStream().getThreadDraft$app_productionBetaRelease().clearDraftState();
this.this$0.getStream().getChannelsSelected$app_productionBetaRelease().openCreateThread(this.$guildId, this.$channelId, this.$parentMessageId);
}
}