删除测试代码

This commit is contained in:
liujing
2021-11-18 21:57:42 +08:00
parent 7475725b1a
commit 04e14f6561

View File

@@ -158,11 +158,7 @@ public class NoticeTrafficDialog extends BaseFloatDialog {
private void feedBackTraffic(int i) {
CallerNoticeManager.getNoticeProvider().feedBackNoticeTraffic(mPushData.getInfoId(), MoGoAiCloudClientConfig.getInstance().getSn(), i);
if (i == 1) {
try {
startAutoPilot();
} catch (Exception e) {
e.printStackTrace();
}
startAutoPilot();
}
dismiss();
}