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

23 lines
746 B
Java
Raw Normal View History

2021-12-17 22:01:24 +00:00
package b.a.d;
2021-07-24 02:37:17 +00:00
import androidx.lifecycle.ViewModelProvider;
2021-11-01 07:19:03 +00:00
import d0.z.d.o;
2021-07-24 02:37:17 +00:00
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 */
2021-11-01 07:19:03 +00:00
public ViewModelProvider.Factory mo1invoke() {
2021-08-18 07:29:27 +00:00
return new d0(this);
2021-07-24 02:37:17 +00:00
}
}