forked from organicmaps/organicmaps
[android] Fixed review notes
This commit is contained in:
parent
8e1fb8203f
commit
1722e04311
3 changed files with 3 additions and 2 deletions
|
@ -1059,7 +1059,7 @@ public class MwmActivity extends BaseMwmFragmentActivity
|
|||
addTask(mapTask);
|
||||
}
|
||||
|
||||
private boolean showBookmarkCategory(BookmarkCategory category)
|
||||
private boolean showBookmarkCategory(@NonNull BookmarkCategory category)
|
||||
{
|
||||
Framework.nativeShowBookmarkCategory(category.getId());
|
||||
return true;
|
||||
|
|
|
@ -56,7 +56,7 @@ public class BookmarksCatalogFragment extends BaseWebViewMwmFragment
|
|||
|
||||
@SuppressWarnings("NullableProblems")
|
||||
@NonNull
|
||||
private CatalogListenerDecorator mCatalogListener;
|
||||
private BookmarkManager.BookmarksCatalogListener mCatalogListener;
|
||||
|
||||
@Override
|
||||
public void onCreate(@Nullable Bundle savedInstanceState)
|
||||
|
|
|
@ -31,6 +31,7 @@ public class ShowOnMapCatalogCategoryFragment extends DialogFragment
|
|||
mCategory = getCategoryOrThrow(args);
|
||||
}
|
||||
|
||||
@NonNull
|
||||
private BookmarkCategory getCategoryOrThrow(@Nullable Bundle args)
|
||||
{
|
||||
BookmarkCategory category;
|
||||
|
|
Loading…
Add table
Reference in a new issue