discord-jadx/app/src/main/java/b/a/a/y.java

29 lines
824 B
Java
Raw Normal View History

2021-12-17 21:59:34 +00:00
package b.a.a;
2021-07-24 02:37:17 +00:00
2022-03-12 00:35:13 +00:00
import b.a.a.x;
import com.discord.api.user.User;
2021-11-02 06:38:17 +00:00
import d0.z.d.m;
import d0.z.d.o;
2021-07-24 02:37:17 +00:00
import kotlin.Unit;
import kotlin.jvm.functions.Function1;
2021-08-03 07:33:18 +00:00
import rx.subjects.PublishSubject;
/* compiled from: WidgetUrgentMessageDialogViewModel.kt */
2022-03-07 09:34:54 +00:00
/* loaded from: classes.dex */
2022-03-12 00:35:13 +00:00
public final class y extends o implements Function1<User, Unit> {
public final /* synthetic */ x this$0;
2021-07-24 02:37:17 +00:00
2022-03-07 09:34:54 +00:00
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
2022-03-12 00:35:13 +00:00
public y(x xVar) {
2021-07-24 02:37:17 +00:00
super(1);
2022-03-12 00:35:13 +00:00
this.this$0 = xVar;
2021-07-24 02:37:17 +00:00
}
@Override // kotlin.jvm.functions.Function1
2022-03-12 00:35:13 +00:00
public Unit invoke(User user) {
m.checkNotNullParameter(user, "it");
PublishSubject<x.b> publishSubject = this.this$0.k;
publishSubject.k.onNext(x.b.a.a);
2021-07-24 02:37:17 +00:00
return Unit.a;
}
}