discord-jadx/app/src/main/java/b/o/a/n/k.java

32 lines
1.0 KiB
Java
Raw Normal View History

2021-12-17 22:01:24 +00:00
package b.o.a.n;
import androidx.annotation.NonNull;
import androidx.annotation.Nullable;
2021-12-17 22:01:24 +00:00
import b.i.a.f.n.f;
import b.o.a.c;
import com.google.android.gms.tasks.Task;
import com.otaliastudios.cameraview.CameraView;
/* compiled from: CameraEngine */
public class k implements f<c, Void> {
public final /* synthetic */ i a;
public k(i iVar) {
this.a = iVar;
}
/* Return type fixed from 'com.google.android.gms.tasks.Task' to match base method */
/* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */
2021-12-17 22:01:24 +00:00
@Override // b.i.a.f.n.f
@NonNull
public Task<Void> a(@Nullable c cVar) throws Exception {
c cVar2 = cVar;
if (cVar2 != null) {
2021-12-17 22:01:24 +00:00
CameraView.b bVar = (CameraView.b) this.a.m;
2022-01-28 22:21:24 +00:00
bVar.f3148b.a(1, "dispatchOnCameraOpened", cVar2);
2022-01-17 16:29:36 +00:00
CameraView.this.u.post(new b.o.a.f(bVar, cVar2));
return b.i.a.f.e.o.f.Z(null);
}
throw new RuntimeException("Null options!");
}
}