discord-jadx/app/src/main/java/com/discord/stores/StoreSubscriptions$observeS...

22 lines
822 B
Java

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