forked from organicmaps/organicmaps
Merge pull request #5521 from goblinr/MAPSME-168-ext-fix-pp-galery-restore-state
[android] fix PP hotel gallery restore state
This commit is contained in:
commit
c6f10d8317
1 changed files with 5 additions and 2 deletions
|
@ -792,8 +792,11 @@ public class PlacePageView extends RelativeLayout
|
|||
|
||||
public void restore()
|
||||
{
|
||||
// if (mMapObject != null)
|
||||
// FIXME query map object again
|
||||
if (mMapObject == null)
|
||||
// FIXME query map object again
|
||||
return;
|
||||
|
||||
setMapObject(mMapObject, true, null);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Add table
Reference in a new issue