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

22 lines
832 B
Java

package com.discord.stores;
import com.discord.stores.StoreGooglePlayPurchases;
import d0.z.d.o;
import kotlin.jvm.functions.Function0;
/* compiled from: StoreGooglePlayPurchases.kt */
public final class StoreGooglePlayPurchases$observeState$1 extends o implements Function0<StoreGooglePlayPurchases.State> {
public final /* synthetic */ StoreGooglePlayPurchases this$0;
/* JADX INFO: super call moved to the top of the method (can break code semantics) */
public StoreGooglePlayPurchases$observeState$1(StoreGooglePlayPurchases storeGooglePlayPurchases) {
super(0);
this.this$0 = storeGooglePlayPurchases;
}
@Override // kotlin.jvm.functions.Function0
/* renamed from: invoke */
public final StoreGooglePlayPurchases.State mo1invoke() {
return this.this$0.getState();
}
}