package com.discord.widgets.settings; import android.os.Bundle; import d0.z.d.m; import d0.z.d.o; import kotlin.Unit; import kotlin.jvm.functions.Function1; import kotlin.jvm.functions.Function2; /* compiled from: WidgetSettingsLanguageSelect.kt */ public final class WidgetSettingsLanguageSelect$Companion$registerForResult$1 extends o implements Function2 { public final /* synthetic */ Function1 $onLocaleSelected; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ public WidgetSettingsLanguageSelect$Companion$registerForResult$1(Function1 function1) { super(2); this.$onLocaleSelected = function1; } /* 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, "requestKey"); m.checkNotNullParameter(bundle, "bundle"); if (m.areEqual("REQUEST_KEY_USER_LOCALE", str)) { String string = bundle.getString("INTENT_EXTRA_LOCALE", ""); Function1 function1 = this.$onLocaleSelected; m.checkNotNullExpressionValue(string, "locale"); function1.invoke(string); } } }