[android] fix PP hotel galery restore state.

This commit is contained in:
Roman Romanov 2017-03-06 14:02:13 +04:00
parent 958af1de18
commit 297500ab68

View file

@ -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