mirror of
https://codeberg.org/comaps/comaps
synced 2026-01-15 00:24:23 +00:00
[android] Fix PlacePageView components OM mismatches
Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com>
This commit is contained in:
committed by
Konstantin Pastbin
parent
0eee3c4bf4
commit
e98ecce375
@@ -148,7 +148,7 @@ public class PlacePageView extends Fragment
|
||||
private View mAddPlace;
|
||||
private View mEditTopSpace;
|
||||
private ImageView mColorIcon;
|
||||
private TextView mTvCategory;
|
||||
private MaterialTextView mTvCategory;
|
||||
private ImageView mEditBookmark;
|
||||
|
||||
// Data
|
||||
@@ -373,7 +373,7 @@ public class PlacePageView extends Fragment
|
||||
if (mMapObject.isTrack() || mMapObject.isBookmark())
|
||||
{
|
||||
UiUtils.hide(mTvSubtitle);
|
||||
UiUtils.hide(mTvAzimuth, mAvDirection, mTvDistance);
|
||||
UiUtils.hide(mAvDirection, mTvDistance);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user