Skip to content

Commit

Permalink
Revert "Work In Progress of Starting Feature for project-travel-mate#534
Browse files Browse the repository at this point in the history
"

This reverts commit 0ae7014.
  • Loading branch information
jtj9817 committed Nov 19, 2018
1 parent 9b3bd3f commit 8c1450b
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 26 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -233,9 +233,7 @@ private Fragment getFragmentByNavMenuItemId(int id) {
case R.id.nav_utility:
fragment = UtilitiesFragment.newInstance();
break;
//Work In Progress Offline Maps
case R.id.nav_offlinemaps:
break;

case R.id.nav_about_us:
fragment = AboutUsFragment.newInstance();
break;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ public void onViewCreated(@NonNull View view, @Nullable Bundle savedInstanceStat

mCityAdapter.updateData(mCities);

if (mSpotlightShownCount <= 4) {
if (mSpotlightShownCount <= 3) {
showSpotlightView(mSpotView);
}
}
Expand Down

This file was deleted.

Binary file removed Android/app/src/main/res/drawable/ic_maps.png
Binary file not shown.
9 changes: 0 additions & 9 deletions Android/app/src/main/res/layout/fragment_offlinemaps.xml

This file was deleted.

0 comments on commit 8c1450b

Please sign in to comment.