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:50:31 +0300
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
9debb6e3f25ea0f815b192e9fe4a512f58ac22f4
9debb6e3
1 parent
dd9e2e58
handleSharing fix
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
2 deletions
SwiftWarplyFramework/.DS_Store
SwiftWarplyFramework/SwiftWarplyFramework.xcworkspace/xcuserdata/manos.xcuserdatad/UserInterfaceState.xcuserstate
SwiftWarplyFramework/SwiftWarplyFramework/swiftApi.swift
SwiftWarplyFramework/.DS_Store
View file @
9debb6e
No preview for this file type
SwiftWarplyFramework/SwiftWarplyFramework.xcworkspace/xcuserdata/manos.xcuserdatad/UserInterfaceState.xcuserstate
View file @
9debb6e
No preview for this file type
SwiftWarplyFramework/SwiftWarplyFramework/swiftApi.swift
View file @
9debb6e
...
...
@@ -1616,7 +1616,7 @@ public class swiftApi {
}
}
}
else
{
// status != 1
errorSharingDialog
(
controller
)
self
.
errorSharingDialog
(
controller
)
}
}
...
...
@@ -1648,7 +1648,7 @@ public class swiftApi {
alert
.
addAction
(
UIAlertAction
(
title
:
"Απόρριψη"
,
style
:
.
default
,
handler
:
{
action
in
switch
action
.
style
{
case
.
default
:
rejectSharingDialog
(
controller
,
""
)
self
.
rejectSharingDialog
(
controller
,
""
)
print
(
"default 2"
)
case
.
cancel
:
...
...
Please
register
or
login
to post a comment