得物.apk(点击下载) / DepositDetailFeeInfoView$render$1.java


package com.shizhuang.duapp.modules.depositv2.module.outwarehouse.view;

import android.content.Context;
import androidx.appcompat.app.AppCompatActivity;
import com.meituan.robust.ChangeQuickRedirect;
import com.meituan.robust.PatchProxy;
import com.shizhuang.duapp.modules.depositv2.module.outwarehouse.dialog.DepositFeeInfoDialog;
import java.util.List;
import kotlin.Metadata;
import kotlin.Unit;
import kotlin.jvm.functions.Function0;
import kotlin.jvm.internal.Lambda;

@Metadata(bv = {1, 0, 3}, d1 = {"\u0000\b\n\u0000\n\u0002\u0010\u0002\n\u0000\u0010\u0000\u001a\u00020\u0001H\n¢\u0006\u0002\b\u0002"}, d2 = {"<anonymous>", "", "invoke"}, k = 3, mv = {1, 4, 2})
/* compiled from: DepositDetailFeeInfoView.kt */
public final class DepositDetailFeeInfoView$render$1 extends Lambda implements Function0<Unit> {
    public static ChangeQuickRedirect changeQuickRedirect;
    public final /* synthetic */ List $productList;
    public final /* synthetic */ boolean $showFeeDetail;
    public final /* synthetic */ DepositDetailFeeInfoView this$0;

    /* JADX INFO: super call moved to the top of the method (can break code semantics) */
    public DepositDetailFeeInfoView$render$1(DepositDetailFeeInfoView depositDetailFeeInfoView, boolean z, List list) {
        super(0);
        this.this$0 = depositDetailFeeInfoView;
        this.$showFeeDetail = z;
        this.$productList = list;
    }

    @Override // kotlin.jvm.functions.Function0
    public final void invoke() {
        if (!PatchProxy.proxy(new Object[0], this, changeQuickRedirect, false, 95559, new Class[0], Void.TYPE).isSupported && this.$showFeeDetail) {
            Context context = this.this$0.getContext();
            if (!(context instanceof AppCompatActivity)) {
                context = null;
            }
            AppCompatActivity appCompatActivity = (AppCompatActivity) context;
            if (appCompatActivity != null) {
                DepositFeeInfoDialog.j.a(appCompatActivity.getSupportFragmentManager(), this.$productList, "收费说明", "https://fast.dewu.com/nezha-plus/detail/60c98f03b0d10211567f0958", false).H();
            }
        }
    }
}