[android] Added refreshing pp views when bookmark updated

This commit is contained in:
Александр Зацепин 2019-02-18 14:22:35 +03:00 committed by yoksnod
parent 6f1e6de8f7
commit 347ba49a75

View file

@ -1906,6 +1906,8 @@ public class PlacePageView extends NestedScrollView
public void onBookmarkSaved(long bookmarkId)
{
setMapObject(BookmarkManager.INSTANCE.getBookmark(bookmarkId), null);
NetworkPolicy policy = NetworkPolicy.newInstance(NetworkPolicy.getCurrentNetworkUsageStatus());
refreshViews(policy);
}
int getPreviewHeight()