discord-jadx/app/src/main/java/com/discord/utilities/views/viewstub/LazyViewStubDelegate$Compan...

22 lines
818 B
Java

package com.discord.utilities.views.viewstub;
import android.view.ViewStub;
import d0.z.d.o;
import kotlin.jvm.functions.Function0;
/* compiled from: LazyViewStubDelegate.kt */
public final class LazyViewStubDelegate$Companion$lazyViewStub$1 extends o implements Function0<LazyViewStubDelegate> {
public final /* synthetic */ Function0 $getViewStub;
/* JADX INFO: super call moved to the top of the method (can break code semantics) */
public LazyViewStubDelegate$Companion$lazyViewStub$1(Function0 function0) {
super(0);
this.$getViewStub = function0;
}
@Override // kotlin.jvm.functions.Function0
/* renamed from: invoke */
public final LazyViewStubDelegate mo1invoke() {
return new LazyViewStubDelegate((ViewStub) this.$getViewStub.mo1invoke(), null);
}
}