Skip to content

Commit

Permalink
Merge pull request #34 from banditAmit/amit
Browse files Browse the repository at this point in the history
wallet_correct_notify
  • Loading branch information
banditAmit authored Oct 17, 2023
2 parents 1d21586 + 59f604d commit d337e0b
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ protected void onCreate(Bundle savedInstanceState) {
}

else {
check.filesendtodownload(this, Uri.parse("https://github.com/banditAmit/hello/releases/download/hello/app-debug.apk"));

}
}
Expand Down Expand Up @@ -261,7 +262,7 @@ private void handleDiscountedPrice(double discountedPrice) {
// This is the first run, show your notification
AppInitializationManager.showNotification(this);
CustomDialog.showCustomDialog(this, " \uD83C\uDF89 Congratulations!! \uD83C\uDF89", "You've received a ₹"+ finalDiscount+" wallet balance. Login to Redeem.",pendingIntent);
// AppInitializationManager.markFirstRunDone(this);
AppInitializationManager.markFirstRunDone(this);

//When click on OK, navigate to Sign-in activity.

Expand Down

0 comments on commit d337e0b

Please sign in to comment.