discord-jadx/app/src/main/java/c/a/y/r.java

28 lines
974 B
Java

package c.a.y;
import com.discord.utilities.error.Error;
import com.discord.views.OverlayMenuView;
import d0.z.d.m;
import d0.z.d.o;
import kotlin.Unit;
import kotlin.jvm.functions.Function1;
/* compiled from: OverlayMenuView.kt */
public final class r extends o implements Function1<Error, Unit> {
public final /* synthetic */ OverlayMenuView this$0;
/* JADX INFO: super call moved to the top of the method (can break code semantics) */
public r(OverlayMenuView overlayMenuView) {
super(1);
this.this$0 = overlayMenuView;
}
/* Return type fixed from 'java.lang.Object' to match base method */
/* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */
@Override // kotlin.jvm.functions.Function1
public Unit invoke(Error error) {
m.checkNotNullParameter(error, "it");
c.a.d.o.g(this.this$0.getContext(), 2131890510, 0, null, 12);
return Unit.a;
}
}