discord-jadx/app/src/main/java/com/discord/widgets/guildcommunicationdisabled/start/WidgetEnableGuildCommunicat...

35 lines
1.4 KiB
Java

package com.discord.widgets.guildcommunicationdisabled.start;
import android.content.Context;
import b.a.d.m;
import b.a.k.b;
import com.discord.R;
import d0.z.d.o;
import kotlin.Unit;
import kotlin.jvm.functions.Function1;
/* compiled from: WidgetEnableGuildCommunication.kt */
public final class WidgetEnableGuildCommunication$handleEnableGuildCommunication$2 extends o implements Function1<Void, Unit> {
public final /* synthetic */ WidgetEnableGuildCommunication this$0;
/* JADX INFO: super call moved to the top of the method (can break code semantics) */
public WidgetEnableGuildCommunication$handleEnableGuildCommunication$2(WidgetEnableGuildCommunication widgetEnableGuildCommunication) {
super(1);
this.this$0 = widgetEnableGuildCommunication;
}
/* 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(Void r1) {
invoke(r1);
return Unit.a;
}
public final void invoke(Void r7) {
this.this$0.dismiss();
Context context = this.this$0.getContext();
Context context2 = this.this$0.getContext();
m.h(context, context2 != null ? b.h(context2, R.string.guild_enable_communication_success, new Object[0], null, 4) : null, 0, null, 12);
}
}