Toggle navigation
Toggle navigation
This project
Loading...
Sign in
open-source
/
warply_sdk_framework
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Authored by
Manos Chorianopoulos
2022-09-28 18:22:05 +0300
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
a5957ff825c189cecbe52b8559661761f9b0f7e8
a5957ff8
1 parent
4e3bd0e8
increase webview delay to 3 sec
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
SwiftWarplyFramework/SwiftWarplyFramework/CampaignViewController.swift
SwiftWarplyFramework/SwiftWarplyFramework/CampaignViewController.swift
View file @
a5957ff
...
...
@@ -141,7 +141,7 @@ var timer2: DispatchSourceTimer?
print
(
"==== error ===="
)
print
(
error
)
DispatchQueue
.
main
.
asyncAfter
(
deadline
:
.
now
()
+
2
.0
)
{
DispatchQueue
.
main
.
asyncAfter
(
deadline
:
.
now
()
+
3
.0
)
{
self
.
startTimer
()
}
})
...
...
Please
register
or
login
to post a comment