opt
This commit is contained in:
@@ -276,6 +276,8 @@ public class EntrancePresenter extends Presenter< EntranceView > implements IMog
|
||||
}
|
||||
|
||||
private void uploadRoadCondition() {
|
||||
mStatusManager.setUploadingStatus("CARD_TYPE_ROAD_CONDITION", true);
|
||||
|
||||
traceTanluData( "2" );
|
||||
sendShareReceiver( "1" );
|
||||
Logger.d( "EntrancePresenter", "mogoIntentListener 上报路况 ----> " );
|
||||
@@ -284,6 +286,7 @@ public class EntrancePresenter extends Presenter< EntranceView > implements IMog
|
||||
}
|
||||
|
||||
private void uploadTrfficCheck() {
|
||||
mStatusManager.setUploadingStatus("CARD_TYPE_ROAD_CONDITION", true);
|
||||
sendShareReceiver( "2" );
|
||||
Logger.d( "EntrancePresenter", "mogoIntentListener 分享交通检查 ----> " );
|
||||
traceTypeData( "3" );
|
||||
@@ -291,6 +294,7 @@ public class EntrancePresenter extends Presenter< EntranceView > implements IMog
|
||||
}
|
||||
|
||||
private void uploadRoadClosed() {
|
||||
mStatusManager.setUploadingStatus("CARD_TYPE_ROAD_CONDITION", true);
|
||||
sendShareReceiver( "3" );
|
||||
Logger.d( "EntrancePresenter", "mogoIntentListener 分享封路 ----> " );
|
||||
traceTypeData( "4" );
|
||||
|
||||
Reference in New Issue
Block a user