1
0
mirror of https://github.com/TwidereProject/Twidere-Android synced 2024-12-28 01:11:45 +01:00

moved OSM viewer fragment to right source folder - fixed CI errors

also, previous commits fixed #137, #138
This commit is contained in:
Mariotaku Lee 2015-04-28 12:02:57 +08:00
parent 42bca8487c
commit bf30ed5a35

View File

@ -114,7 +114,7 @@ public class OpenStreetMapViewerFragment extends BaseSupportFragment implements
static class Itemization extends ItemizedOverlay<OverlayItem> {
private final ArrayList<OverlayItem> mOverlays = new ArrayList<OverlayItem>();
private final ArrayList<OverlayItem> mOverlays = new ArrayList<>();
public Itemization(final Drawable defaultMarker, final ResourceProxy proxy) {
super(boundCenterBottom(defaultMarker), proxy);