forked from organicmaps/organicmaps
Merge pull request #730 from trashkalmar/mm-2107-latlon-click-fix-master
[android] fix: PlacePage click on LatLon did nothing.
This commit is contained in:
commit
fae8b8c6d3
1 changed files with 1 additions and 0 deletions
|
@ -161,6 +161,7 @@ public class PlacePageView extends RelativeLayout implements View.OnClickListene
|
|||
mWebsite.setOnClickListener(this);
|
||||
mTvWebsite = (TextView) mPpDetails.findViewById(R.id.tv__place_website);
|
||||
mLatlon = (LinearLayout) mPpDetails.findViewById(R.id.ll__place_latlon);
|
||||
mLatlon.setOnClickListener(this);
|
||||
mTvLatlon = (TextView) mPpDetails.findViewById(R.id.tv__place_latlon);
|
||||
mSchedule = (LinearLayout) mPpDetails.findViewById(R.id.ll__place_schedule);
|
||||
mTvSchedule = (TextView) mPpDetails.findViewById(R.id.tv__place_schedule);
|
||||
|
|
Loading…
Add table
Reference in a new issue