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

24 lines
784 B
Java

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