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

24 lines
1.1 KiB
Java

package com.discord.widgets.servers;
import rx.functions.Action1;
/* compiled from: WidgetServerSettingsOverview.kt */
public final class WidgetServerSettingsOverview$configureRadios$$inlined$forEachIndexed$lambda$1<T> implements Action1<Boolean> {
public final /* synthetic */ int $activeRadioIndex$inlined;
public final /* synthetic */ int $index;
public final /* synthetic */ boolean $isAboveNotifyAllSize$inlined;
public final /* synthetic */ int $stateId$inlined;
public final /* synthetic */ WidgetServerSettingsOverview this$0;
public WidgetServerSettingsOverview$configureRadios$$inlined$forEachIndexed$lambda$1(int i, WidgetServerSettingsOverview widgetServerSettingsOverview, int i2, boolean z2, int i3) {
this.$index = i;
this.this$0 = widgetServerSettingsOverview;
this.$activeRadioIndex$inlined = i2;
this.$isAboveNotifyAllSize$inlined = z2;
this.$stateId$inlined = i3;
}
public final void call(Boolean bool) {
WidgetServerSettingsOverview.access$configureRadios(this.this$0, this.$stateId$inlined, this.$index, this.$isAboveNotifyAllSize$inlined, true);
}
}