discord-jadx/app/src/main/java/com/discord/widgets/guildscheduledevent/WidgetEndGuildScheduledEven...

37 lines
1.5 KiB
Java

package com.discord.widgets.guildscheduledevent;
import android.os.Bundle;
import d0.z.d.m;
import d0.z.d.o;
import kotlin.Unit;
import kotlin.jvm.functions.Function0;
import kotlin.jvm.functions.Function2;
/* compiled from: WidgetEndGuildScheduledEventBottomSheet.kt */
public final class WidgetEndGuildScheduledEventBottomSheet$Companion$registerForResult$1 extends o implements Function2<String, Bundle, Unit> {
public final /* synthetic */ Function0 $onActionTaken;
public final /* synthetic */ String $requestKey;
/* JADX INFO: super call moved to the top of the method (can break code semantics) */
public WidgetEndGuildScheduledEventBottomSheet$Companion$registerForResult$1(String str, Function0 function0) {
super(2);
this.$requestKey = str;
this.$onActionTaken = function0;
}
/* 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, java.lang.Object] */
@Override // kotlin.jvm.functions.Function2
public /* bridge */ /* synthetic */ Unit invoke(String str, Bundle bundle) {
invoke(str, bundle);
return Unit.a;
}
public final void invoke(String str, Bundle bundle) {
m.checkNotNullParameter(str, "resultRequestKey");
m.checkNotNullParameter(bundle, "<anonymous parameter 1>");
if (m.areEqual(this.$requestKey, str)) {
this.$onActionTaken.mo1invoke();
}
}
}