package d.f.a.q2.e;

import com.ifpdos.debugmenu.upgrades.listener.IUpgradeListener;
import g.a0;
import g.h0.b.l;
import g.h0.c.m;

/* JADX INFO: compiled from: BaseUpgradeUpsTask.kt */
/* JADX INFO: loaded from: classes.dex */
@g.i
public final class b extends m implements l<Float, a0> {

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

    /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
    public b(IUpgradeListener iUpgradeListener) {
        super(1);
        this.f3116b = iUpgradeListener;
    }

    @Override // g.h0.b.l
    public a0 invoke(Float f2) {
        Float f3 = f2;
        IUpgradeListener iUpgradeListener = this.f3116b;
        g.h0.c.l.e(f3, "it");
        iUpgradeListener.onProgress(f3.floatValue());
        return a0.a;
    }
}
