remove test code

This commit is contained in:
zhongchao
2021-05-27 22:59:32 +08:00
parent e7799c815e
commit ebebb55d11
7 changed files with 24 additions and 28 deletions

View File

@@ -6,8 +6,6 @@ import android.util.AttributeSet;
import android.util.Log;
import android.view.LayoutInflater;
import android.view.MotionEvent;
import android.view.ViewGroup;
import android.widget.FrameLayout;
import android.widget.RelativeLayout;
import androidx.annotation.Nullable;
@@ -216,7 +214,7 @@ public class SmallMapDirectionView extends RelativeLayout {
setOnClickListener(view -> {
// if (DebugConfig.getCarMachineType() != DebugConfig.CAR_MACHINE_TYPE_LENOVO ) { // todo test验证用
if (DebugConfig.getCarMachineType() != DebugConfig.CAR_MACHINE_TYPE_LENOVO) {
MogoApisHandler.getInstance().getApis()
.getMapServiceApi()
.getMapUIController()
@@ -226,7 +224,7 @@ public class SmallMapDirectionView extends RelativeLayout {
.getAdasControllerApi()
.getCurrentSkinMode()
);
//}
}
});
}