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

31 lines
1.1 KiB
Java
Raw Normal View History

2021-08-03 07:33:18 +00:00
package com.discord.widgets.share;
import android.text.Editable;
2021-11-02 06:38:17 +00:00
import d0.z.d.m;
import d0.z.d.o;
2021-08-03 07:33:18 +00:00
import kotlin.Unit;
import kotlin.jvm.functions.Function1;
/* compiled from: WidgetIncomingShare.kt */
2022-03-07 09:34:54 +00:00
/* loaded from: classes2.dex */
2021-08-03 07:33:18 +00:00
public final class WidgetIncomingShare$onViewBound$2 extends o implements Function1<Editable, Unit> {
public final /* synthetic */ WidgetIncomingShare this$0;
2022-03-07 09:34:54 +00:00
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
2021-08-03 07:33:18 +00:00
public WidgetIncomingShare$onViewBound$2(WidgetIncomingShare widgetIncomingShare) {
super(1);
this.this$0 = widgetIncomingShare;
}
@Override // kotlin.jvm.functions.Function1
public /* bridge */ /* synthetic */ Unit invoke(Editable editable) {
2022-03-07 09:34:54 +00:00
invoke2(editable);
2021-08-03 07:33:18 +00:00
return Unit.a;
}
2022-03-07 09:34:54 +00:00
/* renamed from: invoke reason: avoid collision after fix types in other method */
public final void invoke2(Editable editable) {
2021-08-03 07:33:18 +00:00
m.checkNotNullParameter(editable, "editable");
WidgetIncomingShare.access$getSearchQueryPublisher$p(this.this$0).onNext(editable.toString());
}
}