Skip to content

Commit

Permalink
Remove connection state reset on app resume
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelekol committed May 4, 2022
1 parent 38fd100 commit 21671c8
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@ class ConnectionManager(context: Context) {
}

private fun setInitialValues() {
hasConnection = false
hasValidInternet = false
isConnected = getInitialConnectionStatus()
listener?.onConnectionChange()
}
Expand Down

0 comments on commit 21671c8

Please sign in to comment.