discord-jadx/app/src/main/java/com/discord/widgets/share/WidgetIncomingShare$onViewB...

80 lines
3.6 KiB
Java

package com.discord.widgets.share;
import android.view.View;
import b.i.a.f.e.o.f;
import com.discord.utilities.views.ViewCoroutineScopeKt;
import com.google.android.material.textfield.TextInputLayout;
import d0.l;
import d0.w.h.c;
import d0.w.i.a.e;
import d0.w.i.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: WidgetIncomingShare.kt */
public final class WidgetIncomingShare$onViewBound$4 implements View.OnClickListener {
public final /* synthetic */ WidgetIncomingShare this$0;
/* compiled from: WidgetIncomingShare.kt */
@e(c = "com.discord.widgets.share.WidgetIncomingShare$onViewBound$4$1", f = "WidgetIncomingShare.kt", l = {138}, m = "invokeSuspend")
/* renamed from: com.discord.widgets.share.WidgetIncomingShare$onViewBound$4$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 */ WidgetIncomingShare$onViewBound$4 this$0;
/* JADX INFO: super call moved to the top of the method (can break code semantics) */
public AnonymousClass1(WidgetIncomingShare$onViewBound$4 widgetIncomingShare$onViewBound$4, Continuation continuation) {
super(2, continuation);
this.this$0 = widgetIncomingShare$onViewBound$4;
}
@Override // d0.w.i.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.i.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 (f.P(200, this) == coroutine_suspended) {
return coroutine_suspended;
}
} else if (i == 1) {
l.throwOnFailure(obj);
} else {
throw new IllegalStateException("call to 'resume' before 'invoke' with coroutine");
}
WidgetIncomingShare.access$getBinding$p(this.this$0.this$0).g.requestFocus();
return Unit.a;
}
}
public WidgetIncomingShare$onViewBound$4(WidgetIncomingShare widgetIncomingShare) {
this.this$0 = widgetIncomingShare;
}
@Override // android.view.View.OnClickListener
public final void onClick(View view) {
TextInputLayout textInputLayout = WidgetIncomingShare.access$getBinding$p(this.this$0).g;
m.checkNotNullExpressionValue(textInputLayout, "binding.externalShareSearch");
CoroutineScope coroutineScope = ViewCoroutineScopeKt.getCoroutineScope(textInputLayout);
if (coroutineScope != null) {
f.H0(coroutineScope, null, null, new AnonymousClass1(this, null), 3, null);
}
WidgetIncomingShare.access$getSelectedReceiverPublisher$p(this.this$0).onNext(null);
}
}