Manos Chorianopoulos

handleSharing fix

......@@ -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:
......