From 89894b95e473d4d2db231b1685358ce6a1aeb809 Mon Sep 17 00:00:00 2001 From: PavelRatushny Date: Fri, 29 Dec 2017 14:08:32 +0200 Subject: [PATCH] Fix showing size after progress downloading --- .../net/osmand/plus/mapcontextmenu/MapContextMenuFragment.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OsmAnd/src/net/osmand/plus/mapcontextmenu/MapContextMenuFragment.java b/OsmAnd/src/net/osmand/plus/mapcontextmenu/MapContextMenuFragment.java index c60648e633..b2510921d7 100644 --- a/OsmAnd/src/net/osmand/plus/mapcontextmenu/MapContextMenuFragment.java +++ b/OsmAnd/src/net/osmand/plus/mapcontextmenu/MapContextMenuFragment.java @@ -1492,7 +1492,7 @@ public class MapContextMenuFragment extends BaseOsmAndFragment implements Downlo boolean progressVisible = menu.getTitleProgressController() != null && menu.getTitleProgressController().visible; updateButtonsAndProgress(); if (wasProgressVisible != progressVisible) { - runLayoutListener(); + refreshTitle(); } } }