discord-jadx/app/src/main/java/com/discord/widgets/hubs/WidgetRadioSelectorBottomSh...

39 lines
1.5 KiB
Java

package com.discord.widgets.hubs;
import android.os.Bundle;
import b.d.b.a.a;
import com.discord.app.AppBottomSheet;
import d0.z.d.o;
import kotlin.jvm.functions.Function0;
/* compiled from: ArgUtils.kt */
/* loaded from: classes2.dex */
public final class WidgetRadioSelectorBottomSheet$$special$$inlined$args$1 extends o implements Function0<RadioSelectorItems> {
public final /* synthetic */ String $argsKey;
public final /* synthetic */ AppBottomSheet $this_args;
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
public WidgetRadioSelectorBottomSheet$$special$$inlined$args$1(AppBottomSheet appBottomSheet, String str) {
super(0);
this.$this_args = appBottomSheet;
this.$argsKey = str;
}
/* JADX WARN: Can't rename method to resolve collision */
@Override // kotlin.jvm.functions.Function0
public final RadioSelectorItems invoke() {
Bundle arguments = this.$this_args.getArguments();
RadioSelectorItems radioSelectorItems = null;
Object obj = arguments != null ? arguments.get(this.$argsKey) : null;
if (obj instanceof RadioSelectorItems) {
radioSelectorItems = obj;
}
RadioSelectorItems radioSelectorItems2 = radioSelectorItems;
if (radioSelectorItems2 != null) {
return radioSelectorItems2;
}
StringBuilder R = a.R("Missing args for class type ");
a.j0(RadioSelectorItems.class, R, " + key ");
throw new IllegalStateException(a.G(R, this.$argsKey, '!'));
}
}