Manos Chorianopoulos

CouponBarcodeViewController terms fix

...@@ -364,7 +364,7 @@ import AVFoundation ...@@ -364,7 +364,7 @@ import AVFoundation
364 termsTextView.dataDetectorTypes = [.link] 364 termsTextView.dataDetectorTypes = [.link]
365 365
366 // Uncomment if Barcode Section is active again 366 // Uncomment if Barcode Section is active again
367 -// toggleTerms() 367 + toggleTerms()
368 if (isMarket == false) { 368 if (isMarket == false) {
369 toggleBarcode() 369 toggleBarcode()
370 } 370 }
......