[android] Post code review. No need to add twice.

This commit is contained in:
vng 2014-01-25 13:11:03 +03:00 committed by Alex Zolotarev
parent cb00765716
commit b17e930176

View file

@ -170,7 +170,6 @@ public class StoragePathActivity extends MapsWithMeBaseListActivity
item.m_path = path;
item.m_size = size;
m_items.add(item);
m_items.add(item);
return true;
}