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

31 lines
1.1 KiB
Java
Raw Normal View History

2021-08-18 07:29:27 +00:00
package c.a.d;
2021-07-24 02:37:17 +00:00
2021-08-18 07:29:27 +00:00
import c.a.k.b;
import com.discord.R;
2021-07-24 02:37:17 +00:00
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;
2021-08-24 07:28:10 +00:00
m.checkNotNullParameter(exc2, "e");
2021-07-24 02:37:17 +00:00
AppFragment appFragment = this.this$0.this$0;
2021-08-18 07:29:27 +00:00
m.j(appFragment, b.k(appFragment, R.string.unable_to_open_media_chooser, new Object[]{exc2.getMessage()}, null, 4), 0, 4);
2021-07-24 02:37:17 +00:00
return Unit.a;
}
}