Skip to content

Conversation

@rainxchzed
Copy link
Collaborator

No description provided.

@steve1rm steve1rm changed the base branch from master to develop July 15, 2025 19:41

override fun onLost(network: Network) {
super.onLost(network)
trySend(false)
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

trySend(false).isSuccess


override fun onUnavailable() {
super.onUnavailable()
trySend(false)
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

trySend(false).isSuccess

val isConnected = networkCapabilities.hasCapability(
NetworkCapabilities.NET_CAPABILITY_VALIDATED
)
trySend(isConnected)
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

trySend(false).isSuccess

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed all of them

@rainxchzed rainxchzed merged commit 556455c into develop Jul 16, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants