package com.discord.stores; import com.discord.utilities.networking.NetworkMonitor; import d0.z.d.o; import kotlin.Unit; import kotlin.jvm.functions.Function0; /* compiled from: StoreConnectivity.kt */ public final class StoreConnectivity$handleDeviceNetworkStateUpdated$1 extends o implements Function0 { public final /* synthetic */ NetworkMonitor.State $state; public final /* synthetic */ StoreConnectivity this$0; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ public StoreConnectivity$handleDeviceNetworkStateUpdated$1(StoreConnectivity storeConnectivity, NetworkMonitor.State state) { super(0); this.this$0 = storeConnectivity; this.$state = state; } @Override // kotlin.jvm.functions.Function0 /* renamed from: invoke */ public final void mo1invoke() { StoreConnectivity.access$setDeviceNetworkState$p(this.this$0, this.$state); StoreConnectivity.access$updateConnectivityState(this.this$0); } }