discord-jadx/app/src/main/java/com/discord/widgets/chat/input/sticker/WidgetStickerPicker$initial...

26 lines
931 B
Java

package com.discord.widgets.chat.input.sticker;
import android.os.Bundle;
import d0.z.d.o;
import kotlin.jvm.functions.Function0;
/* compiled from: WidgetStickerPicker.kt */
public final class WidgetStickerPicker$initialStickerPackId$2 extends o implements Function0<Long> {
public final /* synthetic */ WidgetStickerPicker this$0;
/* JADX INFO: super call moved to the top of the method (can break code semantics) */
public WidgetStickerPicker$initialStickerPackId$2(WidgetStickerPicker widgetStickerPicker) {
super(0);
this.this$0 = widgetStickerPicker;
}
@Override // kotlin.jvm.functions.Function0
/* renamed from: invoke */
public final Long mo1invoke() {
Bundle arguments = this.this$0.getArguments();
if (arguments != null) {
return Long.valueOf(arguments.getLong("com.discord.intent.EXTRA_STICKER_PACK_ID"));
}
return null;
}
}