Showing
2 changed files
with
2 additions
and
2 deletions
| ... | @@ -2,7 +2,7 @@ apply plugin: 'com.android.library' | ... | @@ -2,7 +2,7 @@ apply plugin: 'com.android.library' |
| 2 | 2 | ||
| 3 | ext { | 3 | ext { |
| 4 | PUBLISH_GROUP_ID = 'ly.warp' | 4 | PUBLISH_GROUP_ID = 'ly.warp' |
| 5 | - PUBLISH_VERSION = '4.5.5.4r37' | 5 | + PUBLISH_VERSION = '4.5.5.4r38' |
| 6 | PUBLISH_ARTIFACT_ID = 'warply-android-sdk' | 6 | PUBLISH_ARTIFACT_ID = 'warply-android-sdk' |
| 7 | } | 7 | } |
| 8 | 8 | ... | ... |
| ... | @@ -140,7 +140,7 @@ public class ActiveCouponsActivity extends Activity implements View.OnClickListe | ... | @@ -140,7 +140,7 @@ public class ActiveCouponsActivity extends Activity implements View.OnClickListe |
| 140 | WarplyAnalyticsManager.logTrackersEvent(this, "click", ("Coupon").concat(":").concat(coupon.getName())); | 140 | WarplyAnalyticsManager.logTrackersEvent(this, "click", ("Coupon").concat(":").concat(coupon.getName())); |
| 141 | Intent intent = new Intent(ActiveCouponsActivity.this, CouponInfoActivity.class); | 141 | Intent intent = new Intent(ActiveCouponsActivity.this, CouponInfoActivity.class); |
| 142 | intent.putExtra("coupon", coupon.getCoupon()); | 142 | intent.putExtra("coupon", coupon.getCoupon()); |
| 143 | - intent.putExtra("isFromWallet", true); | 143 | + intent.putExtra("isFromWallet", false); |
| 144 | startActivity(intent); | 144 | startActivity(intent); |
| 145 | } | 145 | } |
| 146 | }) | 146 | }) | ... | ... |
-
Please register or login to post a comment