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

23 lines
716 B
Java
Raw Normal View History

2021-08-24 17:45:16 +00:00
package c.a.d;
2021-06-27 20:44:35 +00:00
import androidx.fragment.app.Fragment;
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 */
2021-08-24 17:45:16 +00:00
public final class f0 extends o implements Function0<Fragment> {
2021-06-27 20:44:35 +00:00
public final /* synthetic */ Fragment $this_appViewModels;
/* JADX INFO: super call moved to the top of the method (can break code semantics) */
2021-08-24 17:45:16 +00:00
public f0(Fragment fragment) {
2021-06-27 20:44:35 +00:00
super(0);
this.$this_appViewModels = fragment;
}
/* Return type fixed from 'java.lang.Object' to match base method */
@Override // kotlin.jvm.functions.Function0
/* renamed from: invoke */
2021-11-08 18:25:28 +00:00
public Fragment mo1invoke() {
2021-06-27 20:44:35 +00:00
return this.$this_appViewModels;
}
}