discord-jadx/app/src/main/java/com/discord/widgets/channels/permissions/WidgetChannelSettingsAddMem...

26 lines
1.1 KiB
Java

package com.discord.widgets.channels.permissions;
import androidx.fragment.app.Fragment;
import androidx.lifecycle.ViewModelStoreOwner;
import d0.z.d.o;
import java.util.Objects;
import kotlin.jvm.functions.Function0;
/* compiled from: WidgetChannelSettingsAddMemberFragment.kt */
public final class WidgetChannelSettingsAddMemberFragment$viewModel$2 extends o implements Function0<ViewModelStoreOwner> {
public final /* synthetic */ WidgetChannelSettingsAddMemberFragment this$0;
/* JADX INFO: super call moved to the top of the method (can break code semantics) */
public WidgetChannelSettingsAddMemberFragment$viewModel$2(WidgetChannelSettingsAddMemberFragment widgetChannelSettingsAddMemberFragment) {
super(0);
this.this$0 = widgetChannelSettingsAddMemberFragment;
}
@Override // kotlin.jvm.functions.Function0
/* renamed from: invoke */
public final ViewModelStoreOwner mo1invoke() {
Fragment parentFragment = this.this$0.getParentFragment();
Objects.requireNonNull(parentFragment, "null cannot be cast to non-null type androidx.fragment.app.Fragment");
return parentFragment;
}
}