Remove javadoc with cards order
This commit is contained in:
parent
8d9206eeae
commit
4b29d28ebf
1 changed files with 0 additions and 10 deletions
|
@ -38,16 +38,6 @@ public class ExploreTabFragment extends BaseOsmAndFragment {
|
|||
return mainView;
|
||||
}
|
||||
|
||||
/**
|
||||
* Cards order:
|
||||
* - Download/Update
|
||||
* - Open Beta
|
||||
* - Edit Wiki
|
||||
* - Popular Destinations
|
||||
* - Maps you need
|
||||
*
|
||||
* @return list of generated items.
|
||||
*/
|
||||
private List<Object> generateItems() {
|
||||
final List<Object> items = new ArrayList<>();
|
||||
final OsmandApplication app = getMyApplication();
|
||||
|
|
Loading…
Reference in a new issue