check out variables

This commit is contained in:
sonora 2014-12-21 12:25:33 +01:00
parent 7d29b4533e
commit c651dc6b32

View file

@ -480,6 +480,8 @@ public class LocalIndexesFragment extends OsmandExpandableListFragment {
public void onCreateOptionsMenu(Menu menu, MenuInflater inflater) {
//fixes issue when local files not shown after switching tabs
//TODO: But next line throws NPE in some circumstances when called from dashboard, so needs fixing, commented out for now
int test1 = listAdapter.getGroupCount();
int test2 = getDownloadActivity().getLocalIndexInfos().size();
//if (listAdapter.getGroupCount() == 0 && getDownloadActivity().getLocalIndexInfos().size() > 0) {
// for(LocalIndexInfo info : getDownloadActivity().getLocalIndexInfos()) {
// listAdapter.addLocalIndexInfo(info);