discord-jadx/app/src/main/java/c/a/d/j0.java

23 lines
746 B
Java

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 j0 extends o implements Function0<ViewModelProvider.Factory> {
public final /* synthetic */ Function0 $viewModelProducer;
/* JADX INFO: super call moved to the top of the method (can break code semantics) */
public j0(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 i0(this);
}
}