what-the-bank/sources/com/kofax/mobile/sdk/ah/b.java

40 lines
1.1 KiB
Java

package com.kofax.mobile.sdk.ah;
import android.content.Context;
import android.content.res.AssetManager;
import o.fPK;
import o.fZE;
/* loaded from: classes3.dex */
public final class b implements fPK<AssetManager> {
private final fZE<Context> X;
private final a Yd;
public b(a aVar, fZE<Context> fze) {
this.Yd = aVar;
this.X = fze;
}
@Override // o.fZE
/* renamed from: sq, reason: merged with bridge method [inline-methods] */
public final AssetManager get() {
AssetManager r = this.Yd.r(this.X.get());
if (r != null) {
return r;
}
throw new NullPointerException("Cannot return null from a non-@Nullable @Provides method");
}
public static b a(a aVar, fZE<Context> fze) {
return new b(aVar, fze);
}
public static AssetManager a(a aVar, Context context) {
AssetManager r = aVar.r(context);
if (r != null) {
return r;
}
throw new NullPointerException("Cannot return null from a non-@Nullable @Provides method");
}
}