discord-jadx/app/src/main/java/com/discord/widgets/guilds/profile/WidgetGuildProfileSheet$con...

19 lines
736 B
Java

package com.discord.widgets.guilds.profile;
import android.view.View;
/* compiled from: WidgetGuildProfileSheet.kt */
public final class WidgetGuildProfileSheet$configureGuildActions$1 implements View.OnClickListener {
public final /* synthetic */ long $guildId;
public final /* synthetic */ WidgetGuildProfileSheet this$0;
public WidgetGuildProfileSheet$configureGuildActions$1(WidgetGuildProfileSheet widgetGuildProfileSheet, long j) {
this.this$0 = widgetGuildProfileSheet;
this.$guildId = j;
}
@Override // android.view.View.OnClickListener
public final void onClick(View view) {
WidgetGuildProfileSheet.access$getViewModel$p(this.this$0).onClickMarkAsRead(this.$guildId);
}
}