discord-jadx/app/src/main/java/b/f/j/c/g.java

28 lines
689 B
Java
Raw Normal View History

2021-12-21 23:37:30 +00:00
package b.f.j.c;
2021-06-27 20:44:35 +00:00
2021-12-21 23:37:30 +00:00
import b.f.b.b.d;
2021-06-27 20:44:35 +00:00
import com.facebook.cache.common.CacheKey;
import java.util.concurrent.Callable;
2022-03-02 20:59:20 +00:00
/* compiled from: BufferedDiskCache.java */
2022-04-12 20:58:48 +00:00
/* loaded from: classes2.dex */
2021-06-27 20:44:35 +00:00
public class g implements Callable<Void> {
2021-12-17 22:03:14 +00:00
public final /* synthetic */ CacheKey j;
public final /* synthetic */ f k;
2021-06-27 20:44:35 +00:00
public g(f fVar, Object obj, CacheKey cacheKey) {
2021-12-17 22:03:14 +00:00
this.k = fVar;
this.j = cacheKey;
2021-06-27 20:44:35 +00:00
}
@Override // java.util.concurrent.Callable
public Void call() throws Exception {
2022-03-02 20:59:20 +00:00
try {
this.k.f.c(this.j);
((d) this.k.a).f(this.j);
return null;
} finally {
throw th;
}
2021-06-27 20:44:35 +00:00
}
}