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

23 lines
746 B
Java
Raw Normal View History

2021-08-18 07:29:27 +00:00
package c.a.d;
2021-07-24 02:37:17 +00:00
import androidx.lifecycle.ViewModelProvider;
import d0.z.d.o;
import kotlin.jvm.functions.Function0;
/* compiled from: AppViewModelDelegates.kt */
2021-08-18 07:29:27 +00:00
public final class e0 extends o implements Function0<ViewModelProvider.Factory> {
2021-07-24 02:37:17 +00:00
public final /* synthetic */ Function0 $viewModelProducer;
/* JADX INFO: super call moved to the top of the method (can break code semantics) */
2021-08-18 07:29:27 +00:00
public e0(Function0 function0) {
2021-07-24 02:37:17 +00:00
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() {
2021-08-18 07:29:27 +00:00
return new d0(this);
2021-07-24 02:37:17 +00:00
}
}