discord-jadx/app/src/main/java/com/discord/widgets/guildscheduledevent/WidgetGuildScheduledEventLo...

20 lines
1.0 KiB
Java

package com.discord.widgets.guildscheduledevent;
import android.view.View;
import com.discord.api.guildscheduledevent.GuildScheduledEventEntityType;
/* compiled from: WidgetGuildScheduledEventLocationSelect.kt */
public final class WidgetGuildScheduledEventLocationSelect$configureLocationOption$1 implements View.OnClickListener {
public final /* synthetic */ GuildScheduledEventEntityType $settingValue;
public final /* synthetic */ WidgetGuildScheduledEventLocationSelect this$0;
public WidgetGuildScheduledEventLocationSelect$configureLocationOption$1(WidgetGuildScheduledEventLocationSelect widgetGuildScheduledEventLocationSelect, GuildScheduledEventEntityType guildScheduledEventEntityType) {
this.this$0 = widgetGuildScheduledEventLocationSelect;
this.$settingValue = guildScheduledEventEntityType;
}
@Override // android.view.View.OnClickListener
public final void onClick(View view) {
WidgetGuildScheduledEventLocationSelect.access$getViewModel$p(this.this$0).selectLocationOption(this.$settingValue);
}
}