修改道路的bug
This commit is contained in:
parent
ff8dbf0cdf
commit
6f0402f0d9
@ -3,7 +3,7 @@ apply plugin: 'com.android.application'
|
||||
android {
|
||||
compileSdkVersion 29
|
||||
buildToolsVersion '29.0.2'
|
||||
// ndkVersion '23.0.7123448'
|
||||
ndkVersion '23.0.7123448'
|
||||
|
||||
defaultConfig {
|
||||
applicationId "com.navinfo.outdoor"
|
||||
|
@ -1410,6 +1410,7 @@ public class TreasureFragment extends BaseFragment implements View.OnClickListen
|
||||
case 1: // POI录像
|
||||
showPoiMarkerByType(2, newPoiLatLng);
|
||||
PoiVideoFragment poiVideoFragment = PoiVideoFragment.newInstance(bundle);
|
||||
poiEntity.setWork_type(1);
|
||||
showSlidingFragment(poiVideoFragment);
|
||||
break;
|
||||
case 2://道路录像
|
||||
|
Loading…
x
Reference in New Issue
Block a user