fix build
This commit is contained in:
parent
0010b12f54
commit
16b326c4bd
1 changed files with 1 additions and 1 deletions
|
@ -1278,7 +1278,7 @@ public class MapActivityActions implements DialogProvider {
|
|||
}
|
||||
|
||||
|
||||
public static void navigatePointDialogAndLaunchMap(final Activity act, final double lat, final double lon, final String name){
|
||||
public void navigatePointDialogAndLaunchMap(final Activity act, final double lat, final double lon, final String name){
|
||||
OsmandApplication ctx = (OsmandApplication) act.getApplication();
|
||||
final TargetPointsHelper targetPointsHelper = ctx.getTargetPointsHelper();
|
||||
final OsmandSettings settings = ctx.getSettings();
|
||||
|
|
Loading…
Reference in a new issue