38 lines
1.3 KiB
Java
38 lines
1.3 KiB
Java
package com.kofax.mobile.sdk.ah;
|
|
|
|
import o.fPK;
|
|
import o.fZE;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class bb implements fPK<com.kofax.mobile.sdk._internal.view.l> {
|
|
private final o Yi;
|
|
private final fZE<com.kofax.mobile.sdk._internal.impl.view.ai> ad;
|
|
|
|
public bb(o oVar, fZE<com.kofax.mobile.sdk._internal.impl.view.ai> fze) {
|
|
this.Yi = oVar;
|
|
this.ad = fze;
|
|
}
|
|
|
|
@Override // o.fZE
|
|
/* renamed from: tj, reason: merged with bridge method [inline-methods] */
|
|
public final com.kofax.mobile.sdk._internal.view.l get() {
|
|
com.kofax.mobile.sdk._internal.view.l b = this.Yi.b(this.ad.get());
|
|
if (b != null) {
|
|
return b;
|
|
}
|
|
throw new NullPointerException("Cannot return null from a non-@Nullable @Provides method");
|
|
}
|
|
|
|
public static bb J(o oVar, fZE<com.kofax.mobile.sdk._internal.impl.view.ai> fze) {
|
|
return new bb(oVar, fze);
|
|
}
|
|
|
|
public static com.kofax.mobile.sdk._internal.view.l a(o oVar, com.kofax.mobile.sdk._internal.impl.view.ai aiVar) {
|
|
com.kofax.mobile.sdk._internal.view.l b = oVar.b(aiVar);
|
|
if (b != null) {
|
|
return b;
|
|
}
|
|
throw new NullPointerException("Cannot return null from a non-@Nullable @Provides method");
|
|
}
|
|
}
|