得物.apk(点击下载) / RecallUserRestoreBackLoginHelper$checkLoadUrl$1.java


package com.shizhuang.duapp.modules.home.utils;

import android.os.Bundle;
import com.meituan.robust.ChangeQuickRedirect;
import com.meituan.robust.PatchProxy;
import com.meizu.cloud.pushsdk.constants.PushConstants;
import com.shizhuang.duapp.modules.router.model.LoginStyle;
import kotlin.Metadata;
import kotlin.Unit;
import kotlin.jvm.functions.Function1;
import kotlin.jvm.internal.Lambda;
import org.jetbrains.annotations.NotNull;
import u91.b;

@Metadata(bv = {}, d1 = {"\u0000\f\n\u0002\u0018\u0002\n\u0002\u0010\u0002\n\u0002\b\u0003\u0010\u0004\u001a\u00020\u0001*\u00020\u0000H\n¢\u0006\u0004\b\u0002\u0010\u0003"}, d2 = {"Lu91/b;", "", "invoke", "(Lu91/b;)V", "<anonymous>"}, k = 3, mv = {1, 4, 2})
/* compiled from: RecallUserRestoreBackLoginHelper.kt */
public final class RecallUserRestoreBackLoginHelper$checkLoadUrl$1 extends Lambda implements Function1<b, Unit> {
    public static final RecallUserRestoreBackLoginHelper$checkLoadUrl$1 INSTANCE = new RecallUserRestoreBackLoginHelper$checkLoadUrl$1();
    public static ChangeQuickRedirect changeQuickRedirect;

    public RecallUserRestoreBackLoginHelper$checkLoadUrl$1() {
        super(1);
    }

    /* 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(b bVar) {
        invoke(bVar);
        return Unit.INSTANCE;
    }

    public final void invoke(@NotNull b bVar) {
        if (!PatchProxy.proxy(new Object[]{bVar}, this, changeQuickRedirect, false, 157277, new Class[]{b.class}, Void.TYPE).isSupported) {
            Bundle bundle = new Bundle();
            bundle.putString(PushConstants.WEB_URL, "https://cdn.poizon.com/node-common/0ef477f4-eda6-aced-280f-bac0c9c650b6-990-396.png");
            bVar.i(bundle);
            bVar.l(LoginStyle.HALF_TECH_RECALL_FIRST_BACK, LoginStyle.HALF_WECHAT_RECALL_FIRST_BACK);
        }
    }
}