修改“查询我的分享”不生效问题
This commit is contained in:
@@ -48,7 +48,9 @@ public class AMapWrapper implements IMogoMap {
|
||||
mContext = context;
|
||||
mUIcontroller = controller;
|
||||
// 设置实现自定义 info window
|
||||
mAMap.setInfoWindowAdapter( new AMapInfoWindowAdapter() );
|
||||
if(mAMap!=null) {
|
||||
mAMap.setInfoWindowAdapter(new AMapInfoWindowAdapter());
|
||||
}
|
||||
AMapUIController.getInstance().initClient( mUIcontroller );
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user