This commit is contained in:
wangcongtao
2020-08-06 16:21:55 +08:00
parent 9ead9c534f
commit 6aac608989

View File

@@ -370,6 +370,7 @@ public class MogoServices implements IMogoMapListener,
if ( msg.obj instanceof RefreshObject ) {
RefreshObject ro = ( ( RefreshObject ) msg.obj );
if ( ro.mLonLat == null ) {
invokeAutoRefreshStrategy();
Logger.w( TAG, "lonLat is null." );
return;
}