diff --git a/android/src/com/mapswithme/maps/bookmarks/BookmarkHeaderView.java b/android/src/com/mapswithme/maps/bookmarks/BookmarkHeaderView.java index 97837f7def..618a096480 100644 --- a/android/src/com/mapswithme/maps/bookmarks/BookmarkHeaderView.java +++ b/android/src/com/mapswithme/maps/bookmarks/BookmarkHeaderView.java @@ -90,7 +90,7 @@ public class BookmarkHeaderView extends LinearLayout } mTitle.setText(category.getName()); boolean isHideDescriptionBtn = TextUtils.isEmpty(category.getDescription()) - || TextUtils.isEmpty(category.getAnnotation()); + && TextUtils.isEmpty(category.getAnnotation()); UiUtils.hideIf(isHideDescriptionBtn, mDescriptionBtn); BookmarkCategory.Author author = category.getAuthor(); if (author != null)