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

24 lines
762 B
Java

package c.a.a.e.a;
import d0.z.d.o;
import kotlin.Unit;
import kotlin.jvm.functions.Function1;
/* compiled from: AudioOutputSelectionDialog.kt */
public final class b extends o implements Function1<Long, Unit> {
public final /* synthetic */ a this$0;
/* JADX INFO: super call moved to the top of the method (can break code semantics) */
public b(a aVar) {
super(1);
this.this$0 = aVar;
}
/* 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(Long l) {
this.this$0.requireDialog().cancel();
return Unit.a;
}
}