forked from organicmaps/organicmaps
Crash fix for removing group of bookmarks.
This commit is contained in:
parent
22a3a1ad44
commit
5ef638af70
1 changed files with 1 additions and 2 deletions
|
@ -29,8 +29,7 @@ public class BookmarkCategoriesFragment extends MWMListFragment
|
|||
{
|
||||
super.onViewCreated(view, savedInstanceState);
|
||||
|
||||
final ListView lv = getListView();
|
||||
lv.setAdapter(new BookmarkCategoriesAdapter(getActivity()));
|
||||
setListAdapter(new BookmarkCategoriesAdapter(getActivity()));
|
||||
registerForContextMenu(getListView());
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue