discord-jadx/app/src/main/java/com/discord/stores/StoreVoiceChannelSelected$c...

18 lines
710 B
Java

package com.discord.stores;
import d0.z.d.k;
import kotlin.Unit;
import kotlin.jvm.functions.Function0;
/* compiled from: StoreVoiceChannelSelected.kt */
public final /* synthetic */ class StoreVoiceChannelSelected$clear$1 extends k implements Function0<Unit> {
public StoreVoiceChannelSelected$clear$1(StoreVoiceChannelSelected storeVoiceChannelSelected) {
super(0, storeVoiceChannelSelected, StoreVoiceChannelSelected.class, "clearInternal", "clearInternal()V", 0);
}
@Override // kotlin.jvm.functions.Function0
/* renamed from: invoke */
public final void mo1invoke() {
StoreVoiceChannelSelected.access$clearInternal((StoreVoiceChannelSelected) this.receiver);
}
}