Fix issue with share location
This commit is contained in:
parent
e05099d802
commit
40e269c9ac
1 changed files with 2 additions and 0 deletions
|
@ -91,6 +91,8 @@ public class MapActivityActions implements DialogProvider {
|
|||
}
|
||||
|
||||
private Bundle enhance(Bundle bundle, double latitude, double longitude, final int zoom) {
|
||||
bundle.putDouble(KEY_LATITUDE, latitude);
|
||||
bundle.putDouble(KEY_LONGITUDE, longitude);
|
||||
bundle.putInt(KEY_ZOOM, zoom);
|
||||
return bundle;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue