discord-jadx/app/src/main/java/com/discord/widgets/hubs/WidgetDiscordHubEmailFlow$o...

65 lines
3.1 KiB
Java

package com.discord.widgets.hubs;
import android.view.View;
import androidx.fragment.app.FragmentManager;
import c.a.z.a0;
import c.a.z.b0;
import com.discord.i18n.RenderContext;
import d0.z.d.m;
import d0.z.d.o;
import kotlin.Unit;
import kotlin.jvm.functions.Function1;
/* compiled from: WidgetDiscordHubEmailFlow.kt */
public final class WidgetDiscordHubEmailFlow$onViewCreated$learnMore$1 extends o implements Function1<RenderContext, Unit> {
public final /* synthetic */ WidgetDiscordHubEmailFlow this$0;
/* compiled from: WidgetDiscordHubEmailFlow.kt */
/* renamed from: com.discord.widgets.hubs.WidgetDiscordHubEmailFlow$onViewCreated$learnMore$1$1 reason: invalid class name */
public static final class AnonymousClass1 extends o implements Function1<View, Unit> {
public final /* synthetic */ WidgetDiscordHubEmailFlow$onViewCreated$learnMore$1 this$0;
/* JADX INFO: super call moved to the top of the method (can break code semantics) */
public AnonymousClass1(WidgetDiscordHubEmailFlow$onViewCreated$learnMore$1 widgetDiscordHubEmailFlow$onViewCreated$learnMore$1) {
super(1);
this.this$0 = widgetDiscordHubEmailFlow$onViewCreated$learnMore$1;
}
/* Return type fixed from 'java.lang.Object' to match base method */
/* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */
@Override // kotlin.jvm.functions.Function1
public /* bridge */ /* synthetic */ Unit invoke(View view) {
invoke(view);
return Unit.a;
}
public final void invoke(View view) {
m.checkNotNullParameter(view, "it");
a0.a aVar = a0.j;
FragmentManager childFragmentManager = this.this$0.this$0.getChildFragmentManager();
m.checkNotNullExpressionValue(childFragmentManager, "childFragmentManager");
String string = this.this$0.this$0.getString(2131890296);
m.checkNotNullExpressionValue(string, "getString(R.string.hub_e…idebar_learn_more_header)");
a0.a.b(aVar, childFragmentManager, string, d0.t.m.listOf(new b0(null, this.this$0.this$0.getString(2131890294), null, null, null, 29)), false, null, 16);
}
}
/* JADX INFO: super call moved to the top of the method (can break code semantics) */
public WidgetDiscordHubEmailFlow$onViewCreated$learnMore$1(WidgetDiscordHubEmailFlow widgetDiscordHubEmailFlow) {
super(1);
this.this$0 = widgetDiscordHubEmailFlow;
}
/* Return type fixed from 'java.lang.Object' to match base method */
/* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */
@Override // kotlin.jvm.functions.Function1
public /* bridge */ /* synthetic */ Unit invoke(RenderContext renderContext) {
invoke(renderContext);
return Unit.a;
}
public final void invoke(RenderContext renderContext) {
m.checkNotNullParameter(renderContext, "$receiver");
renderContext.b("{helpdeskArticle}", new AnonymousClass1(this));
}
}