discord-jadx/app/src/main/java/b/a/a/d/g.java

27 lines
783 B
Java
Raw Normal View History

2021-12-21 23:37:30 +00:00
package b.a.a.d;
2021-06-27 20:44:35 +00:00
2021-12-21 23:37:30 +00:00
import b.a.a.d.f;
import com.discord.R;
2021-11-08 18:25:28 +00:00
import d0.z.d.o;
2021-06-27 20:44:35 +00:00
import kotlin.Unit;
import kotlin.jvm.functions.Function1;
2021-07-13 20:48:29 +00:00
import rx.subjects.PublishSubject;
/* compiled from: UserActionsDialogViewModel.kt */
2022-03-02 20:59:20 +00:00
/* loaded from: classes.dex */
2021-07-13 20:48:29 +00:00
public final class g extends o implements Function1<Void, Unit> {
public final /* synthetic */ f this$0;
2021-06-27 20:44:35 +00:00
2022-03-02 20:59:20 +00:00
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
2021-07-13 20:48:29 +00:00
public g(f fVar) {
2021-06-27 20:44:35 +00:00
super(1);
2021-07-13 20:48:29 +00:00
this.this$0 = fVar;
2021-06-27 20:44:35 +00:00
}
@Override // kotlin.jvm.functions.Function1
2021-07-13 20:48:29 +00:00
public Unit invoke(Void r3) {
2021-12-17 22:03:14 +00:00
PublishSubject<f.b> publishSubject = this.this$0.k;
2022-03-15 17:00:47 +00:00
publishSubject.k.onNext(new f.b.C0021b(R.string.user_has_been_blocked));
2021-06-27 20:44:35 +00:00
return Unit.a;
}
}