Skip to content

Commit

Permalink
#771 - Add text click bug solved (#773)
Browse files Browse the repository at this point in the history
  • Loading branch information
rob729 authored and vyankatesh24 committed May 29, 2019
1 parent 4d09093 commit b9936a2
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,8 @@ public static Map<Integer, HomePageItem> fillNavigationItemsMap(boolean homepage
new HomePageItem(R.id.nav_invert_pdf, R.string.invert_pdf));
mFragmentPositionMap.put(homepageitems ? R.id.zip_to_pdf : R.id.zip_to_pdf_fav,
new HomePageItem(R.id.nav_zip_to_pdf, R.string.zip_to_pdf));
mFragmentPositionMap.put(homepageitems ? R.id.add_text : R.id.add_text_fav,
new HomePageItem(R.id.nav_add_text, R.string.add_text));

return mFragmentPositionMap;

Expand Down

0 comments on commit b9936a2

Please sign in to comment.