diff --git a/app/src/main/java/com/BugBazaar/ui/NavigationDrawer_Dashboard.java b/app/src/main/java/com/BugBazaar/ui/NavigationDrawer_Dashboard.java index fd26946..abc3b53 100644 --- a/app/src/main/java/com/BugBazaar/ui/NavigationDrawer_Dashboard.java +++ b/app/src/main/java/com/BugBazaar/ui/NavigationDrawer_Dashboard.java @@ -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")); } } @@ -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.