Merge remote-tracking branch 'origin/master'

This commit is contained in:
Weblate 2017-12-11 23:36:46 +01:00
commit 57b8023d3c
13 changed files with 2 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

View file

@ -440,7 +440,7 @@ public class MapContextMenu extends MenuTitleController implements StateChangedL
return result;
}
public boolean hide(boolean allowTransitionAnimation) {
public boolean hide(boolean animated) {
boolean result = false;
if (mapPosition != 0) {
mapActivity.getMapView().setMapPosition(mapPosition);
@ -451,7 +451,7 @@ public class MapContextMenu extends MenuTitleController implements StateChangedL
}
WeakReference<MapContextMenuFragment> fragmentRef = findMenuFragment();
if (fragmentRef != null) {
if (!allowTransitionAnimation) {
if (!animated) {
fragmentRef.get().disableTransitionAnimation();
}
fragmentRef.get().dismissMenu();