Skip to content

Commit

Permalink
Added Marketplace
Browse files Browse the repository at this point in the history
  • Loading branch information
d3rt0xx authored Jul 26, 2022
1 parent 43d2aed commit 0262853
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/src/main/java/app/d3rt0xx/flyffdroid/MainActivity.java
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,9 @@ public boolean onOptionsItemSelected(MenuItem item) {
case R.id.news:
loadSecondClientWithUrl(Websites.NEWS);
break;
case R.id.marketplace:
loadSecondClientWithUrl(Websites.MARKETPLACE);
break;
case R.id.flyffipedia:
loadSecondClientWithUrl(Websites.FLYFFIPEDIA);
break;
Expand Down

0 comments on commit 0262853

Please sign in to comment.