discord-jadx/app/src/main/java/com/discord/widgets/servers/WidgetServerSettingsSecurit...

25 lines
1.2 KiB
Java

package com.discord.widgets.servers;
import android.view.View;
import androidx.fragment.app.FragmentManager;
import com.discord.widgets.servers.WidgetServerSettingsSecurity;
import d0.z.d.m;
/* compiled from: WidgetServerSettingsSecurity.kt */
public final class WidgetServerSettingsSecurity$configureUI$1 implements View.OnClickListener {
public final /* synthetic */ WidgetServerSettingsSecurity.Model $model;
public final /* synthetic */ WidgetServerSettingsSecurity this$0;
public WidgetServerSettingsSecurity$configureUI$1(WidgetServerSettingsSecurity widgetServerSettingsSecurity, WidgetServerSettingsSecurity.Model model) {
this.this$0 = widgetServerSettingsSecurity;
this.$model = model;
}
@Override // android.view.View.OnClickListener
public final void onClick(View view) {
WidgetServerSettingsSecurity.ToggleMfaDialog.Companion companion = WidgetServerSettingsSecurity.ToggleMfaDialog.Companion;
FragmentManager parentFragmentManager = this.this$0.getParentFragmentManager();
m.checkNotNullExpressionValue(parentFragmentManager, "parentFragmentManager");
companion.show(parentFragmentManager, this.$model.getGuildId(), this.$model.isMfaEnabled());
}
}