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:
Viktor Govako 2015-11-26 18:09:18 +03:00
commit fae8b8c6d3

View file

@ -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);