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

22 lines
642 B
Java
Raw Normal View History

2021-12-17 21:59:34 +00:00
package b.a.d;
2021-07-24 02:37:17 +00:00
2022-03-28 08:10:50 +00:00
import androidx.fragment.app.Fragment;
import d0.z.d.o;
import kotlin.jvm.functions.Function0;
2021-07-24 02:37:17 +00:00
/* compiled from: AppViewModelDelegates.kt */
2022-03-07 09:34:54 +00:00
/* loaded from: classes.dex */
2022-03-28 08:10:50 +00:00
public final class g0 extends o implements Function0<Fragment> {
public final /* synthetic */ Fragment $this_appViewModels;
2021-07-24 02:37:17 +00:00
2022-03-28 08:10:50 +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-07-24 02:37:17 +00:00
}
2022-03-28 08:10:50 +00:00
@Override // kotlin.jvm.functions.Function0
public Fragment invoke() {
return this.$this_appViewModels;
2021-07-24 02:37:17 +00:00
}
}