Showing
2 changed files
with
4 additions
and
0 deletions
No preview for this file type
| ... | @@ -1658,8 +1658,10 @@ public class swiftApi { | ... | @@ -1658,8 +1658,10 @@ public class swiftApi { |
| 1658 | self.cosmoteRetrieveSharingAsync(sharingId: sharingId, accept: true, retrieveSharingCallback) | 1658 | self.cosmoteRetrieveSharingAsync(sharingId: sharingId, accept: true, retrieveSharingCallback) |
| 1659 | 1659 | ||
| 1660 | case .cancel: | 1660 | case .cancel: |
| 1661 | + print("cancel") | ||
| 1661 | 1662 | ||
| 1662 | case .destructive: | 1663 | case .destructive: |
| 1664 | + print("destructive") | ||
| 1663 | 1665 | ||
| 1664 | } | 1666 | } |
| 1665 | })) | 1667 | })) |
| ... | @@ -1669,8 +1671,10 @@ public class swiftApi { | ... | @@ -1669,8 +1671,10 @@ public class swiftApi { |
| 1669 | self.rejectSharingDialog(controller, sharingId) | 1671 | self.rejectSharingDialog(controller, sharingId) |
| 1670 | 1672 | ||
| 1671 | case .cancel: | 1673 | case .cancel: |
| 1674 | + print("cancel") | ||
| 1672 | 1675 | ||
| 1673 | case .destructive: | 1676 | case .destructive: |
| 1677 | + print("destructive") | ||
| 1674 | 1678 | ||
| 1675 | } | 1679 | } |
| 1676 | })) | 1680 | })) | ... | ... |
-
Please register or login to post a comment