discord-jadx/app/src/main/java/com/discord/utilities/channel/ChannelSelector$dismissCrea...

22 lines
774 B
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$dismissCreateThread$1 extends o implements Function0<Unit> {
public final /* synthetic */ ChannelSelector this$0;
/* JADX INFO: super call moved to the top of the method (can break code semantics) */
public ChannelSelector$dismissCreateThread$1(ChannelSelector channelSelector) {
super(0);
this.this$0 = channelSelector;
}
@Override // kotlin.jvm.functions.Function0
/* renamed from: invoke */
public final void mo1invoke() {
this.this$0.getStream().getChannelsSelected$app_productionBetaRelease().dismissCreateThread();
}
}