discord-jadx/app/src/main/java/com/discord/widgets/channels/WidgetChannelSelector$reque...

21 lines
805 B
Java

package com.discord.widgets.channels;
import d0.z.d.o;
import kotlin.jvm.functions.Function0;
/* compiled from: WidgetChannelSelector.kt */
public final class WidgetChannelSelector$requestCode$2 extends o implements Function0<String> {
public final /* synthetic */ WidgetChannelSelector this$0;
/* JADX INFO: super call moved to the top of the method (can break code semantics) */
public WidgetChannelSelector$requestCode$2(WidgetChannelSelector widgetChannelSelector) {
super(0);
this.this$0 = widgetChannelSelector;
}
@Override // kotlin.jvm.functions.Function0
/* renamed from: invoke */
public final String mo1invoke() {
return WidgetChannelSelector.access$getArgumentsOrDefault$p(this.this$0).getString("INTENT_EXTRA_REQUEST_CODE", "");
}
}