Skip to content

Commit

Permalink
conflict solved
Browse files Browse the repository at this point in the history
  • Loading branch information
damian-kaczmarek committed Oct 25, 2024
1 parent e65edc8 commit 3de4855
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,7 @@ interface NetworkStateObserver {
// Delay which will be completed earlier if there is a reconnection in the meantime.
suspend fun delayUntilConnectedWithInternetAgain(delay: Duration) {
// Delay for given amount but break it if reconnected again.
<<<<<<< HEAD
kaliumUtilLogger.i("$TAG delayUntilConnectedWithInternetAgain $delay")
=======
kaliumUtilLogger.i("$TAG delayUntilConnectedWithInternetAgain for $delay")
>>>>>>> f5f7d590db (chore: add more debug information for sync #WPB-11603 (#3066))
withTimeoutOrNull(delay) {
// Drop the current value, so it will complete only if the connection changed again to connected during that time.
observeNetworkState()
Expand Down

0 comments on commit 3de4855

Please sign in to comment.