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:
parent
42bca8487c
commit
bf30ed5a35
@ -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);
|
Loading…
Reference in New Issue
Block a user