forked from organicmaps/organicmaps
[android] Made the Wikipedia article of any place page clickable
Signed-off-by: ANS-UXI <anshumansahoo500@gmail.com>
This commit is contained in:
parent
6d8e4b00c4
commit
25ae3b004c
1 changed files with 1 additions and 0 deletions
|
@ -49,6 +49,7 @@ public class PlacePageWikipediaFragment extends Fragment implements Observer<Map
|
|||
mPlaceDescriptionView = view.findViewById(R.id.poi_description);
|
||||
View placeDescriptionMoreBtn = view.findViewById(R.id.more_btn);
|
||||
placeDescriptionMoreBtn.setOnClickListener(v -> showDescriptionScreen());
|
||||
mPlaceDescriptionView.setOnClickListener(v -> showDescriptionScreen());
|
||||
mWiki = view.findViewById(R.id.ll__place_wiki);
|
||||
|
||||
viewModel = new ViewModelProvider(requireActivity()).get(PlacePageViewModel.class);
|
||||
|
|
Loading…
Add table
Reference in a new issue