package com.discord.widgets.servers; import com.discord.widgets.servers.WidgetServerSettingsChannels; import d0.z.d.o; import kotlin.Unit; import kotlin.jvm.functions.Function0; /* compiled from: WidgetServerSettingsChannels.kt */ public final class WidgetServerSettingsChannels$configureFabVisibility$setFabVisibility$1 extends o implements Function0 { public final /* synthetic */ WidgetServerSettingsChannels.Model $model; public final /* synthetic */ WidgetServerSettingsChannels this$0; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ public WidgetServerSettingsChannels$configureFabVisibility$setFabVisibility$1(WidgetServerSettingsChannels widgetServerSettingsChannels, WidgetServerSettingsChannels.Model model) { super(0); this.this$0 = widgetServerSettingsChannels; this.$model = model; } @Override // kotlin.jvm.functions.Function0 /* renamed from: invoke */ public final void mo1invoke() { if (!this.$model.isSorting()) { WidgetServerSettingsChannels.access$getBinding$p(this.this$0).f1891c.show(); } else { WidgetServerSettingsChannels.access$getBinding$p(this.this$0).f1891c.hide(); } } }