得物.apk(点击下载) / DeliverScanCodeView$onCreate$3.java


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

import com.meituan.robust.ChangeQuickRedirect;
import com.meituan.robust.PatchProxy;
import com.meizu.cloud.pushsdk.notification.model.AdvanceSetting;
import com.shizhuang.duapp.R;
import com.shizhuang.duapp.libs.duimageloaderview.DuImageLoaderView;
import com.shizhuang.duapp.modules.du_mall_common.model.ExpressModel;
import kotlin.Metadata;
import kotlin.Unit;
import kotlin.jvm.functions.Function1;
import kotlin.jvm.internal.Intrinsics;
import kotlin.jvm.internal.Lambda;

@Metadata(bv = {1, 0, 3}, d1 = {"\u0000\u0010\n\u0000\n\u0002\u0010\u0002\n\u0000\n\u0002\u0018\u0002\n\u0002\b\u0002\u0010\u0000\u001a\u00020\u00012\u000e\u0010\u0002\u001a\n \u0004*\u0004\u0018\u00010\u00030\u0003H\n¢\u0006\u0002\b\u0005"}, d2 = {"<anonymous>", "", AdvanceSetting.NETWORK_TYPE, "Lcom/shizhuang/duapp/modules/du_mall_common/model/ExpressModel;", "kotlin.jvm.PlatformType", "invoke"}, k = 3, mv = {1, 4, 2})
/* compiled from: DeliverScanCodeView.kt */
public final class DeliverScanCodeView$onCreate$3 extends Lambda implements Function1<ExpressModel, Unit> {
    public static ChangeQuickRedirect changeQuickRedirect;
    public final /* synthetic */ DeliverScanCodeView this$0;

    /* JADX INFO: super call moved to the top of the method (can break code semantics) */
    public DeliverScanCodeView$onCreate$3(DeliverScanCodeView deliverScanCodeView) {
        super(1);
        this.this$0 = deliverScanCodeView;
    }

    /* Return type fixed from 'java.lang.Object' to match base method */
    /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */
    @Override // kotlin.jvm.functions.Function1
    public /* bridge */ /* synthetic */ Unit invoke(ExpressModel expressModel) {
        invoke(expressModel);
        return Unit.INSTANCE;
    }

    public final void invoke(ExpressModel expressModel) {
        if (!PatchProxy.proxy(new Object[]{expressModel}, this, changeQuickRedirect, false, 91221, new Class[]{ExpressModel.class}, Void.TYPE).isSupported) {
            if (Intrinsics.areEqual("顺丰速运", expressModel.getExpressName())) {
                ((DuImageLoaderView) this.this$0.b(R.id.btnScanCode)).i("https://apk.poizon.com/duApp/Android_Config/resource/mall/image_online/plugin/ic_scan_seller_deliver.webp").x();
            } else {
                ((DuImageLoaderView) this.this$0.b(R.id.btnScanCode)).i("https://apk.poizon.com/duApp/Android_Config/resource/mall/image_online/plugin/ic_scan_deliver_one_code.webp").x();
            }
        }
    }
}