diff --git a/android/src/com/mapswithme/maps/editor/EditorHostFragment.java b/android/src/com/mapswithme/maps/editor/EditorHostFragment.java index e924022241..e0ab42a27f 100644 --- a/android/src/com/mapswithme/maps/editor/EditorHostFragment.java +++ b/android/src/com/mapswithme/maps/editor/EditorHostFragment.java @@ -188,7 +188,7 @@ public class EditorHostFragment extends BaseMwmToolbarFragment public void setStreet(String street) { - mEditedObject.setStreet(street); + Editor.nativeSetStreet(street); editMapObject(); }