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