forked from organicmaps/organicmaps
[android] Fix mMore button visibility on bookmark item.
This commit is contained in:
parent
fba86024f4
commit
2f27b29a5e
1 changed files with 2 additions and 0 deletions
|
@ -402,6 +402,8 @@ public class Holders
|
|||
R.dimen.bookmark_icon_size,
|
||||
mIcon.getContext().getResources());
|
||||
mIcon.setImageDrawable(circle);
|
||||
|
||||
UiUtils.visibleIf(sectionsDataSource.getCategory().isSharingOptionsAllowed(), mMore);
|
||||
}
|
||||
|
||||
void setMoreListener(@Nullable RecyclerClickListener listener)
|
||||
|
|
Loading…
Add table
Reference in a new issue