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

22 lines
642 B
Java

package b.a.d;
import androidx.fragment.app.Fragment;
import d0.z.d.o;
import kotlin.jvm.functions.Function0;
/* compiled from: AppViewModelDelegates.kt */
/* loaded from: classes.dex */
public final class g0 extends o implements Function0<Fragment> {
public final /* synthetic */ Fragment $this_appViewModels;
/* 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;
}
@Override // kotlin.jvm.functions.Function0
public Fragment invoke() {
return this.$this_appViewModels;
}
}