This commit is contained in:
wangcongtao
2020-04-17 15:10:04 +08:00
parent c0bb5e44b2
commit b6ee097e48

View File

@@ -669,7 +669,7 @@ public class MogoModulesManager implements MogoModulesHandler,
MogoLatLng target = null;
while ( iterator.hasNext() ) {
IMogoCarLocationChangedListener listener = iterator.next();
if ( listener instanceof IMogoCarLocationChangedListener ) {
if ( listener instanceof IMogoCarLocationChangedListener2 ) {
try {
( ( IMogoCarLocationChangedListener2 ) listener ).onCarLocationChanged2( latLng );
} catch ( Exception e ) {