package com.discord.utilities.views.viewstub; import android.view.View; import android.view.ViewStub; import d0.z.d.o; import kotlin.jvm.functions.Function0; /* compiled from: LazyViewStubDelegate.kt */ public final class LazyViewStubDelegate$viewField$1 extends o implements Function0 { public final /* synthetic */ ViewStub $stub; public final /* synthetic */ LazyViewStubDelegate this$0; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ public LazyViewStubDelegate$viewField$1(LazyViewStubDelegate lazyViewStubDelegate, ViewStub viewStub) { super(0); this.this$0 = lazyViewStubDelegate; this.$stub = viewStub; } @Override // kotlin.jvm.functions.Function0 /* renamed from: invoke */ public final View mo1invoke() { View inflate = this.$stub.inflate(); inflate.setOnClickListener(LazyViewStubDelegate.access$getListener$p(this.this$0)); return inflate; } }