Fix showing size after progress downloading
This commit is contained in:
parent
ab81309e18
commit
89894b95e4
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue