[android] fix PP animation behavior when country has downloaded

This commit is contained in:
Roman Romanov 2017-03-09 14:14:22 +04:00 committed by Sergey Yershov
parent 1866260e58
commit a591e515fe

View file

@ -1726,6 +1726,7 @@ public class PlacePageView extends RelativeLayout
mCurrentCountry = null;
mDownloaderIcon.show(false);
UiUtils.hide(mDownloaderInfo);
mAnimationController.onContentSizeChanged();
}
MwmActivity getActivity()