discord-jadx/app/src/main/java/com/discord/widgets/settings/WidgetSettingsAppearance$co...

83 lines
3.7 KiB
Java

package com.discord.widgets.settings;
import android.view.View;
import c.q.a.k.a;
import com.discord.utilities.views.ViewCoroutineScopeKt;
import d0.l;
import d0.w.g.c;
import d0.w.h.a.e;
import d0.w.h.a.k;
import d0.z.d.m;
import kotlin.Unit;
import kotlin.coroutines.Continuation;
import kotlin.jvm.functions.Function2;
import kotlinx.coroutines.CoroutineScope;
/* compiled from: WidgetSettingsAppearance.kt */
public final class WidgetSettingsAppearance$configureUI$1 implements View.OnClickListener {
public final /* synthetic */ WidgetSettingsAppearance this$0;
/* compiled from: WidgetSettingsAppearance.kt */
@e(c = "com.discord.widgets.settings.WidgetSettingsAppearance$configureUI$1$1", f = "WidgetSettingsAppearance.kt", l = {122}, m = "invokeSuspend")
/* renamed from: com.discord.widgets.settings.WidgetSettingsAppearance$configureUI$1$1 reason: invalid class name */
public static final class AnonymousClass1 extends k implements Function2<CoroutineScope, Continuation<? super Unit>, Object> {
public int label;
public final /* synthetic */ WidgetSettingsAppearance$configureUI$1 this$0;
/* JADX INFO: super call moved to the top of the method (can break code semantics) */
public AnonymousClass1(WidgetSettingsAppearance$configureUI$1 widgetSettingsAppearance$configureUI$1, Continuation continuation) {
super(2, continuation);
this.this$0 = widgetSettingsAppearance$configureUI$1;
}
@Override // d0.w.h.a.a
public final Continuation<Unit> create(Object obj, Continuation<?> continuation) {
m.checkNotNullParameter(continuation, "completion");
return new AnonymousClass1(this.this$0, continuation);
}
/* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object, java.lang.Object] */
@Override // kotlin.jvm.functions.Function2
public final Object invoke(CoroutineScope coroutineScope, Continuation<? super Unit> continuation) {
return ((AnonymousClass1) create(coroutineScope, continuation)).invokeSuspend(Unit.a);
}
@Override // d0.w.h.a.a
public final Object invokeSuspend(Object obj) {
Object coroutine_suspended = c.getCOROUTINE_SUSPENDED();
int i = this.label;
if (i == 0) {
l.throwOnFailure(obj);
this.label = 1;
if (a.n(5000, this) == coroutine_suspended) {
return coroutine_suspended;
}
} else if (i == 1) {
l.throwOnFailure(obj);
} else {
throw new IllegalStateException("call to 'resume' before 'invoke' with coroutine");
}
WidgetSettingsAppearance.access$getHolyLightEasterEggCounter$p(this.this$0.this$0).set(0);
return Unit.a;
}
}
public WidgetSettingsAppearance$configureUI$1(WidgetSettingsAppearance widgetSettingsAppearance) {
this.this$0 = widgetSettingsAppearance;
}
@Override // android.view.View.OnClickListener
public final void onClick(View view) {
WidgetSettingsAppearance.access$getBinding$p(this.this$0).l.g(true, true);
int andIncrement = WidgetSettingsAppearance.access$getHolyLightEasterEggCounter$p(this.this$0).getAndIncrement();
if (andIncrement == 0) {
m.checkNotNullExpressionValue(view, "it");
CoroutineScope coroutineScope = ViewCoroutineScopeKt.getCoroutineScope(view);
if (coroutineScope != null) {
a.G(coroutineScope, null, null, new AnonymousClass1(this, null), 3, null);
}
} else if (andIncrement == 5) {
WidgetSettingsAppearance.access$showHolyLight(this.this$0);
}
}
}