theme mode

This commit is contained in:
wangcongtao
2020-08-25 16:43:41 +08:00
parent 16f0c8180b
commit b347e7090e
5 changed files with 65 additions and 1 deletions

View File

@@ -651,7 +651,7 @@ public class MapMarkerManager implements IMogoMarkerClickListener,
try {
return drawMapMarkerImpl( markerShowEntity, zIndex );
} catch ( Exception e ) {
e.printStackTrace();
Logger.e( TAG, e, "drawMapMarker" );
return null;
}
}