discord-jadx/app/src/main/java/com/discord/stores/StorePaymentSources$observe...

22 lines
852 B
Java

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