Manos Chorianopoulos

fix returnDialog at handlesharing

...@@ -3215,7 +3215,6 @@ public class swiftApi { ...@@ -3215,7 +3215,6 @@ public class swiftApi {
3215 DispatchQueue.main.async { 3215 DispatchQueue.main.async {
3216 3216
3217 if (sharingData?.getStatus == 1) { 3217 if (sharingData?.getStatus == 1) {
3218 - self.acceptSharingDialog(controller)
3219 3218
3220 swiftApi().getCouponsAsync(getCouponsCallback) 3219 swiftApi().getCouponsAsync(getCouponsCallback)
3221 3220
......