Keep category list and direction arrow on bookmark place page

Signed-off-by: map-per <map-per@gmx.de>
This commit is contained in:
map-per
2025-08-24 15:10:22 +02:00
parent c4491563b7
commit 5edaa05129

View File

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