discord-jadx/app/src/main/java/com/discord/widgets/guilds/profile/WidgetGuildProfileSheetView...

25 lines
1.1 KiB
Java

package com.discord.widgets.guilds.profile;
import com.discord.widgets.guilds.profile.WidgetGuildProfileSheetViewModel;
import d0.z.d.o;
import kotlin.Unit;
import kotlin.jvm.functions.Function0;
import rx.subjects.PublishSubject;
/* compiled from: WidgetGuildProfileSheetViewModel.kt */
public final class WidgetGuildProfileSheetViewModel$onClickMarkAsRead$1 extends o implements Function0<Unit> {
public final /* synthetic */ WidgetGuildProfileSheetViewModel this$0;
/* JADX INFO: super call moved to the top of the method (can break code semantics) */
public WidgetGuildProfileSheetViewModel$onClickMarkAsRead$1(WidgetGuildProfileSheetViewModel widgetGuildProfileSheetViewModel) {
super(0);
this.this$0 = widgetGuildProfileSheetViewModel;
}
@Override // kotlin.jvm.functions.Function0
/* renamed from: invoke */
public final void mo1invoke() {
PublishSubject access$getEventSubject$p = WidgetGuildProfileSheetViewModel.access$getEventSubject$p(this.this$0);
access$getEventSubject$p.j.onNext(new WidgetGuildProfileSheetViewModel.Event.DismissAndShowToast(2131891089));
}
}