forked from organicmaps/organicmaps
Fix with bookmark fragment not added.
This commit is contained in:
parent
abeb084bb8
commit
4c4610bf6e
1 changed files with 6 additions and 0 deletions
|
@ -26,6 +26,12 @@ public class BookmarkListActivity extends BaseMwmFragmentActivity
|
|||
return R.layout.activity_fragment_and_toolbar;
|
||||
}
|
||||
|
||||
@Override
|
||||
protected String getFragmentClassName()
|
||||
{
|
||||
return BookmarksListFragment.class.getName();
|
||||
}
|
||||
|
||||
@Override
|
||||
protected int getFragmentContentResId()
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue