Merge remote-tracking branch 'origin/feature/v1.0.0' into feature/v1.0.0
This commit is contained in:
@@ -1034,6 +1034,9 @@ import static com.mogo.module.tanlu.video.VideoInitKt.initVideo;
|
||||
if (markerExploreWay.getUserInfo() != null && !TextUtils.isEmpty(poiType)) { //上报路况不使用这个接口
|
||||
uploadShareInfo(poiType, event.imageUrl, markerExploreWay.getUserInfo().getUserName(),
|
||||
markerExploreWay.getUserInfo().getUserHead());
|
||||
} else {
|
||||
Log.e(TAG, "onMarkerInfo markerExploreWay.getUserInfo() == null");
|
||||
uploadShareInfo(poiType, event.imageUrl, "", "");
|
||||
}
|
||||
} else {
|
||||
Log.e(TAG, "onMarkerInfo share markerExploreWayList = null");
|
||||
|
||||
Reference in New Issue
Block a user