Skip to content

Instantly share code, notes, and snippets.

@victorbrndls
Last active May 27, 2021 00:19
Show Gist options
  • Save victorbrndls/64bf8705e0a373d46078fe5cd43a9ecf to your computer and use it in GitHub Desktop.
Save victorbrndls/64bf8705e0a373d46078fe5cd43a9ecf to your computer and use it in GitHub Desktop.
final class ConnectivityStateManager {
...
private volatile ConnectivityState state = ConnectivityState.IDLE;
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment