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-07-01 18:38:09 +0300
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
dd9e2e58c0f09c6270e237ab47531790740c3fb5
dd9e2e58
1 parent
e3414d9b
minor fix
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
5 deletions
SwiftWarplyFramework/SwiftWarplyFramework/swiftApi.swift
SwiftWarplyFramework/SwiftWarplyFramework/swiftApi.swift
View file @
dd9e2e5
...
...
@@ -1608,11 +1608,6 @@ public class swiftApi {
func
sharingCallback
(
_
sharingData
:
SharingResponseModel
?)
->
Void
{
if
(
sharingData
!=
nil
)
{
DispatchQueue
.
main
.
async
{
print
(
"========= DispatchQueue sharingCallback SUCCESSSS ========="
)
print
(
sharingData
)
print
(
sharingData
?
.
_modal_text
)
print
(
sharingData
?
.
_status
)
if
(
sharingData
?
.
_status
!=
nil
&&
sharingData
?
.
_status
!=
""
&&
sharingData
?
.
_status
==
"pending"
)
{
self
.
initialSharingDialog
(
controller
,
sharingData
?
.
_modal_text
??
""
,
sharingId
)
...
...
Please
register
or
login
to post a comment