Showing
3 changed files
with
2 additions
and
2 deletions
No preview for this file type
No preview for this file type
... | @@ -1616,7 +1616,7 @@ public class swiftApi { | ... | @@ -1616,7 +1616,7 @@ public class swiftApi { |
1616 | } | 1616 | } |
1617 | } | 1617 | } |
1618 | } else { // status != 1 | 1618 | } else { // status != 1 |
1619 | - errorSharingDialog(controller) | 1619 | + self.errorSharingDialog(controller) |
1620 | } | 1620 | } |
1621 | } | 1621 | } |
1622 | 1622 | ||
... | @@ -1648,7 +1648,7 @@ public class swiftApi { | ... | @@ -1648,7 +1648,7 @@ public class swiftApi { |
1648 | alert.addAction(UIAlertAction(title: "Απόρριψη", style: .default, handler: { action in | 1648 | alert.addAction(UIAlertAction(title: "Απόρριψη", style: .default, handler: { action in |
1649 | switch action.style{ | 1649 | switch action.style{ |
1650 | case .default: | 1650 | case .default: |
1651 | - rejectSharingDialog(controller, "") | 1651 | + self.rejectSharingDialog(controller, "") |
1652 | print("default 2") | 1652 | print("default 2") |
1653 | 1653 | ||
1654 | case .cancel: | 1654 | case .cancel: | ... | ... |
-
Please register or login to post a comment