what-the-bank/sources/o/Rnh.java

34 lines
856 B
Java
Raw Permalink Normal View History

2024-07-27 18:17:47 +07:00
package o;
import android.content.Context;
import java.io.File;
import o.C3301auu;
/* loaded from: classes.dex */
public final class Rnh extends C3301auu {
public Rnh(Context context) {
this(context, "image_manager_disk_cache");
}
private Rnh(Context context, String str) {
super(new C3301auu.HBt(context, str) { // from class: o.Rnh.2
private Context d;
private String e;
{
this.d = context;
this.e = str;
}
@Override // o.C3301auu.HBt
public final File b() {
File cacheDir = this.d.getCacheDir();
if (cacheDir == null) {
return null;
}
return this.e != null ? new File(cacheDir, this.e) : cacheDir;
}
});
}
}