package com.discord.widgets.settings; import android.view.View; import com.airbnb.lottie.parser.AnimatableValueParser; import d0.z.d.o; import kotlin.Unit; import kotlin.jvm.functions.Function0; /* compiled from: WidgetSettingsVoice.kt */ public final class WidgetSettingsVoice$configureVoiceSensitivity$1 implements View.OnClickListener { public final /* synthetic */ WidgetSettingsVoice this$0; /* compiled from: WidgetSettingsVoice.kt */ /* renamed from: com.discord.widgets.settings.WidgetSettingsVoice$configureVoiceSensitivity$1$1 reason: invalid class name */ public static final class AnonymousClass1 extends o implements Function0 { public final /* synthetic */ WidgetSettingsVoice$configureVoiceSensitivity$1 this$0; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ public AnonymousClass1(WidgetSettingsVoice$configureVoiceSensitivity$1 widgetSettingsVoice$configureVoiceSensitivity$1) { super(0); this.this$0 = widgetSettingsVoice$configureVoiceSensitivity$1; } @Override // kotlin.jvm.functions.Function0 /* renamed from: invoke */ public final void mo1invoke() { WidgetSettingsVoice.access$getRequestListenForSensitivitySubject$p(this.this$0.this$0).onNext(Boolean.TRUE); } } public WidgetSettingsVoice$configureVoiceSensitivity$1(WidgetSettingsVoice widgetSettingsVoice) { this.this$0 = widgetSettingsVoice; } @Override // android.view.View.OnClickListener public final void onClick(View view) { AnimatableValueParser.r2(this.this$0, null, new AnonymousClass1(this), 1, null); } }