discord-jadx/app/src/main/java/com/discord/stores/StoreGooglePlayPurchases$up...

27 lines
1.2 KiB
Java

package com.discord.stores;
import com.discord.stores.StoreGooglePlayPurchases;
import d0.z.d.o;
import kotlin.Unit;
import kotlin.jvm.functions.Function0;
/* compiled from: StoreGooglePlayPurchases.kt */
public final class StoreGooglePlayPurchases$updatePendingDowngrade$1 extends o implements Function0<Unit> {
public final /* synthetic */ PendingDowngrade $newPendingDowngrade;
public final /* synthetic */ StoreGooglePlayPurchases this$0;
/* JADX INFO: super call moved to the top of the method (can break code semantics) */
public StoreGooglePlayPurchases$updatePendingDowngrade$1(StoreGooglePlayPurchases storeGooglePlayPurchases, PendingDowngrade pendingDowngrade) {
super(0);
this.this$0 = storeGooglePlayPurchases;
this.$newPendingDowngrade = pendingDowngrade;
}
@Override // kotlin.jvm.functions.Function0
/* renamed from: invoke */
public final void mo1invoke() {
StoreGooglePlayPurchases storeGooglePlayPurchases = this.this$0;
StoreGooglePlayPurchases.access$setStoreState$p(storeGooglePlayPurchases, new StoreGooglePlayPurchases.State.Loaded(StoreGooglePlayPurchases.access$getPurchases$p(storeGooglePlayPurchases), this.$newPendingDowngrade));
this.this$0.markChanged();
}
}