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

22 lines
642 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.fragment.app.Fragment;
import d0.z.d.o;
import kotlin.jvm.functions.Function0;
2021-06-27 20:44:35 +00:00
/* 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 g0 extends o implements Function0<Fragment> {
public final /* synthetic */ Fragment $this_appViewModels;
2021-06-27 20:44:35 +00:00
2022-04-04 20:51:55 +00:00
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
public g0(Fragment fragment) {
super(0);
this.$this_appViewModels = fragment;
2021-06-27 20:44:35 +00:00
}
2022-04-04 20:51:55 +00:00
@Override // kotlin.jvm.functions.Function0
public Fragment invoke() {
return this.$this_appViewModels;
2021-06-27 20:44:35 +00:00
}
}