mirror of
https://codeberg.org/comaps/comaps
synced 2026-01-19 17:33:51 +00:00
Keep category list and direction arrow on bookmark place page
Signed-off-by: map-per <map-per@gmx.de>
This commit is contained in:
@@ -374,7 +374,7 @@ public class PlacePageView extends Fragment
|
||||
refreshDistanceToObject(loc);
|
||||
UiUtils.hideIf(mMapObject.isTrack(), mFrame.findViewById(R.id.ll__place_latlon),
|
||||
mFrame.findViewById(R.id.ll__place_open_in));
|
||||
if (mMapObject.isTrack() || mMapObject.isBookmark())
|
||||
if (mMapObject.isTrack())
|
||||
{
|
||||
UiUtils.hide(mTvSubtitle);
|
||||
UiUtils.hide(mAvDirection, mTvDistance);
|
||||
|
||||
Reference in New Issue
Block a user