package c.a.d; import androidx.lifecycle.ViewModelProvider; import d0.z.d.o; import kotlin.jvm.functions.Function0; /* compiled from: AppViewModelDelegates.kt */ public final class g0 extends o implements Function0 { public final /* synthetic */ Function0 $viewModelProducer; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ public g0(Function0 function0) { super(0); this.$viewModelProducer = function0; } /* Return type fixed from 'java.lang.Object' to match base method */ @Override // kotlin.jvm.functions.Function0 /* renamed from: invoke */ public ViewModelProvider.Factory mo1invoke() { return new f0(this); } }