Skip to content

Commit

Permalink
1. My Orders module added in drawer
Browse files Browse the repository at this point in the history
  • Loading branch information
banditVedant committed Oct 16, 2023
1 parent 9cb9016 commit 9fab726
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -198,12 +198,6 @@ else if (itemId == R.id.itemCart) {
startActivity(intent);
drawerLayout.closeDrawer(GravityCompat.START);
return true;
}
else if (itemId == R.id.itemWallet) {
Intent intent = new Intent(NavigationDrawer_Dashboard.this, TermsAndConditionsActivity.class);
startActivity(intent);
drawerLayout.closeDrawer(GravityCompat.START);
return true;
} else if (itemId == R.id.itemMyOrders) {
Intent intent = new Intent(NavigationDrawer_Dashboard.this, OrderHistoryActivity.class);
startActivity(intent);
Expand Down

0 comments on commit 9fab726

Please sign in to comment.