discord-jadx/app/src/main/java/com/discord/stores/StoreConnectivity$observeSt...

22 lines
802 B
Java

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