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

22 lines
672 B
Java
Raw Normal View History

2021-12-21 23:37:30 +00:00
package b.a.d;
2021-06-27 20:44:35 +00:00
2022-04-04 20:51:55 +00:00
import androidx.lifecycle.ViewModelProvider;
2021-11-08 18:25:28 +00:00
import d0.z.d.o;
2021-06-27 20:44:35 +00:00
import kotlin.jvm.functions.Function0;
/* compiled from: AppViewModelDelegates.kt */
2022-03-02 20:59:20 +00:00
/* loaded from: classes.dex */
2022-04-04 20:51:55 +00:00
public final class f0 extends o implements Function0<ViewModelProvider.Factory> {
public final /* synthetic */ Function0 $viewModelProducer;
2021-06-27 20:44:35 +00:00
2022-03-02 20:59:20 +00:00
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
2022-04-04 20:51:55 +00:00
public f0(Function0 function0) {
2021-06-27 20:44:35 +00:00
super(0);
2022-04-04 20:51:55 +00:00
this.$viewModelProducer = function0;
2021-06-27 20:44:35 +00:00
}
@Override // kotlin.jvm.functions.Function0
2022-04-04 20:51:55 +00:00
public ViewModelProvider.Factory invoke() {
return new e0(this);
2021-06-27 20:44:35 +00:00
}
}