discord-jadx/app/src/main/java/com/discord/stores/StoreGifting$generateGiftCo...

25 lines
871 B
Java

package com.discord.stores;
import com.discord.stores.StoreGifting;
import d0.z.d.o;
import kotlin.Unit;
import kotlin.jvm.functions.Function0;
/* compiled from: StoreGifting.kt */
public final class StoreGifting$generateGiftCode$1 extends o implements Function0<Unit> {
public final /* synthetic */ String $comboId;
public final /* synthetic */ StoreGifting this$0;
/* JADX INFO: super call moved to the top of the method (can break code semantics) */
public StoreGifting$generateGiftCode$1(StoreGifting storeGifting, String str) {
super(0);
this.this$0 = storeGifting;
this.$comboId = str;
}
@Override // kotlin.jvm.functions.Function0
/* renamed from: invoke */
public final void mo1invoke() {
StoreGifting.access$setGifts(this.this$0, this.$comboId, StoreGifting.GiftState.Loading.INSTANCE);
}
}