Skip to content

Commit

Permalink
change interval
Browse files Browse the repository at this point in the history
  • Loading branch information
llbartekll committed Jun 21, 2023
1 parent 410e6d0 commit 549c599
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Web3Inbox/WebView/WebViewRefreshHandler.swift
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class WebViewRefreshHandler {
let request = URLRequest(url: initUrl)

webview.load(request)
_ = Timer.scheduledTimer(withTimeInterval: 2.0, repeats: false) { [unowned self] timer in
_ = Timer.scheduledTimer(withTimeInterval: 5.0, repeats: false) { [unowned self] timer in
isReloadingContent = false
}
}
Expand Down

0 comments on commit 549c599

Please sign in to comment.