package c.j.a;

import androidx.emoji2.text.EmojiCompatInitializer;
import c.j.a.i;
import java.util.concurrent.ThreadPoolExecutor;

/* JADX INFO: compiled from: EmojiCompatInitializer.java */
/* JADX INFO: loaded from: classes.dex */
public class j extends i.h {
    public final /* synthetic */ i.h a;

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public final /* synthetic */ ThreadPoolExecutor f1536b;

    public j(EmojiCompatInitializer.b bVar, i.h hVar, ThreadPoolExecutor threadPoolExecutor) {
        this.a = hVar;
        this.f1536b = threadPoolExecutor;
    }

    @Override // c.j.a.i.h
    public void a(Throwable th) {
        try {
            this.a.a(th);
        } finally {
            this.f1536b.shutdown();
        }
    }

    @Override // c.j.a.i.h
    public void b(o oVar) {
        try {
            this.a.b(oVar);
        } finally {
            this.f1536b.shutdown();
        }
    }
}
