Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -251,7 +251,7 @@ public class CouponShareActivity extends Activity implements View.OnClickListene | ... | @@ -251,7 +251,7 @@ public class CouponShareActivity extends Activity implements View.OnClickListene |
251 | .setTitle(R.string.cos_dlg_success_title) | 251 | .setTitle(R.string.cos_dlg_success_title) |
252 | .setMessage(R.string.cos_dlg_positive_coupon_text) | 252 | .setMessage(R.string.cos_dlg_positive_coupon_text) |
253 | .setPositiveButton(R.string.cos_dlg_positive_button2, (dialogPositive, whichPositive) -> { | 253 | .setPositiveButton(R.string.cos_dlg_positive_button2, (dialogPositive, whichPositive) -> { |
254 | - dialogPositive.dismiss(); | 254 | +// dialogPositive.dismiss(); |
255 | if (mIsFromWallet) { | 255 | if (mIsFromWallet) { |
256 | setResult(RESULT_OK, new Intent()); | 256 | setResult(RESULT_OK, new Intent()); |
257 | // onBackPressed(); | 257 | // onBackPressed(); | ... | ... |
-
Please register or login to post a comment