discord-jadx/app/src/main/java/c/a/d/e.java

30 lines
1.0 KiB
Java

package c.a.d;
import c.a.l.b;
import com.discord.app.AppFragment;
import d0.z.d.m;
import d0.z.d.o;
import kotlin.Unit;
import kotlin.jvm.functions.Function1;
/* compiled from: AppFragment.kt */
public final class e extends o implements Function1<Exception, Unit> {
public final /* synthetic */ AppFragment.c this$0;
/* JADX INFO: super call moved to the top of the method (can break code semantics) */
public e(AppFragment.c cVar) {
super(1);
this.this$0 = cVar;
}
/* 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(Exception exc) {
Exception exc2 = exc;
m.checkNotNullParameter(exc2, "e");
AppFragment appFragment = this.this$0.this$0;
o.j(appFragment, b.j(appFragment, 2131894042, new Object[]{exc2.getMessage()}, null, 4), 0, 4);
return Unit.a;
}
}