Showing
4 changed files
with
8 additions
and
8 deletions
| ... | @@ -7,7 +7,7 @@ | ... | @@ -7,7 +7,7 @@ | 
| 7 | <key>Pods-SwiftWarplyFramework.xcscheme_^#shared#^_</key> | 7 | <key>Pods-SwiftWarplyFramework.xcscheme_^#shared#^_</key> | 
| 8 | <dict> | 8 | <dict> | 
| 9 | <key>orderHint</key> | 9 | <key>orderHint</key> | 
| 10 | - <integer>1</integer> | 10 | + <integer>0</integer> | 
| 11 | </dict> | 11 | </dict> | 
| 12 | </dict> | 12 | </dict> | 
| 13 | </dict> | 13 | </dict> | ... | ... | 
| ... | @@ -7,7 +7,7 @@ | ... | @@ -7,7 +7,7 @@ | 
| 7 | <key>SwiftWarplyFramework.xcscheme_^#shared#^_</key> | 7 | <key>SwiftWarplyFramework.xcscheme_^#shared#^_</key> | 
| 8 | <dict> | 8 | <dict> | 
| 9 | <key>orderHint</key> | 9 | <key>orderHint</key> | 
| 10 | - <integer>0</integer> | 10 | + <integer>1</integer> | 
| 11 | </dict> | 11 | </dict> | 
| 12 | </dict> | 12 | </dict> | 
| 13 | </dict> | 13 | </dict> | ... | ... | 
No preview for this file type
| ... | @@ -112,15 +112,15 @@ import SwiftEventBus | ... | @@ -112,15 +112,15 @@ import SwiftEventBus | 
| 112 | 112 | ||
| 113 | var totalCouponValue = swiftApi().getDealsCouponsSum() | 113 | var totalCouponValue = swiftApi().getDealsCouponsSum() | 
| 114 | 114 | ||
| 115 | - if (totalCouponValue == 0.0) { | 115 | + // if (totalCouponValue == 0.0) { | 
| 116 | - dfyEarnBannerView.isHidden = true | 116 | + // dfyEarnBannerView.isHidden = true | 
| 117 | - dfyEarnBannerHeight.constant = 0 | 117 | + // dfyEarnBannerHeight.constant = 0 | 
| 118 | - dfyEarnBannerTopSpace.constant = 0 | 118 | + // dfyEarnBannerTopSpace.constant = 0 | 
| 119 | - } else { | 119 | + // } else { | 
| 120 | dfyEarnBannerView.isHidden = false | 120 | dfyEarnBannerView.isHidden = false | 
| 121 | dfyEarnBannerHeight.constant = 75 | 121 | dfyEarnBannerHeight.constant = 75 | 
| 122 | dfyEarnBannerTopSpace.constant = 30 | 122 | dfyEarnBannerTopSpace.constant = 30 | 
| 123 | - } | 123 | + // } | 
| 124 | 124 | ||
| 125 | totalCouponValue = Float(round(100 * totalCouponValue) / 100) | 125 | totalCouponValue = Float(round(100 * totalCouponValue) / 100) | 
| 126 | var totalCouponValueString = "0" | 126 | var totalCouponValueString = "0" | ... | ... | 
- 
Please register or login to post a comment