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

24 lines
647 B
Java

package c.f.j.c;
import c.f.b.b.d;
import com.facebook.cache.common.CacheKey;
import java.util.concurrent.Callable;
/* compiled from: BufferedDiskCache */
public class g implements Callable<Void> {
public final /* synthetic */ CacheKey i;
public final /* synthetic */ f j;
public g(f fVar, Object obj, CacheKey cacheKey) {
this.j = fVar;
this.i = cacheKey;
}
/* Return type fixed from 'java.lang.Object' to match base method */
@Override // java.util.concurrent.Callable
public Void call() throws Exception {
this.j.f.c(this.i);
((d) this.j.a).f(this.i);
return null;
}
}