Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
m1ga committed Apr 5, 2024
1 parent 9292679 commit 09f01f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/src/ti/map/TiUIMapView.java
Original file line number Diff line number Diff line change
Expand Up @@ -1455,7 +1455,7 @@ public void loadKml(KrollDict args)
TiBlob file = TiConvert.toBlob(args.get("file"));
try {
KmlLayer layer =
new KmlLayer(map, file.getInputStream(), TiApplication.getInstance().getApplicationContext());
new KmlLayer(map, file.getInputStream(), TiApplication.getInstance().getApplicationContext());
layer.addLayerToMap();
} catch (Exception ex) {
Log.e(TAG, "Error: " + ex.getMessage());
Expand Down

0 comments on commit 09f01f6

Please sign in to comment.