forked from organicmaps/organicmaps
[android] fix PP hotel galery restore state.
This commit is contained in:
parent
958af1de18
commit
297500ab68
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