Initial import of ADIF API reverse-engineering toolkit

This commit is contained in:
2025-12-16 08:37:56 +01:00
commit 60388529c1
11486 changed files with 1086536 additions and 0 deletions

View File

@@ -0,0 +1,35 @@
package I0;
import android.content.Context;
/* loaded from: classes.dex */
public final class a {
/* renamed from: a, reason: collision with root package name */
public static final a f736a = new Object();
/* renamed from: b, reason: collision with root package name */
public static h f737b;
public static final h a(Context context) {
h hVar = f737b;
if (hVar != null) {
return hVar;
}
synchronized (f736a) {
try {
h hVar2 = f737b;
if (hVar2 != null) {
return hVar2;
}
Object applicationContext = context.getApplicationContext();
i iVar = applicationContext instanceof i ? (i) applicationContext : null;
h newImageLoader = iVar != null ? iVar.newImageLoader() : new g(context).c();
f737b = newImageLoader;
return newImageLoader;
} catch (Throwable th) {
throw th;
}
}
}
}