Tag autocomplete tweak

This commit is contained in:
GaidamakUA 2015-09-22 11:11:39 +03:00
parent 921e7bae4f
commit 09ed184482
2 changed files with 0 additions and 27 deletions

View file

@ -230,7 +230,6 @@ public class AdvancedDataFragment extends Fragment {
}
// addPoiToStringSet(mapPoiTypes.getOtherPoiCategory(), tagKeys);
addPoiToStringSet(mapPoiTypes.getOtherMapCategory(), tagKeys);
TagTester.areAllTagsPresent(tagKeys);
ArrayAdapter<Object> adapter = new ArrayAdapter<>(linearLayout.getContext(),
R.layout.list_textview, tagKeys.toArray());

File diff suppressed because one or more lines are too long