forked from organicmaps/organicmaps
[android] Added refreshing pp views when bookmark updated
This commit is contained in:
parent
6f1e6de8f7
commit
347ba49a75
1 changed files with 2 additions and 0 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Reference in a new issue