浏览代码

Merge branch 'master' of http://192.168.40.220/dmc/jz_app into master

master
wq 2 年前
父节点
当前提交
a5937ab0c5

+ 1
- 1
app/src/main/java/com/huntersun/vkyes/etcopencard/project/utils/SearchCarInfoUtils.java 查看文件

@@ -213,7 +213,7 @@ public class SearchCarInfoUtils {
}

private void initClick(View view) {
if (view != btnSearch || view != ivExpand) {
if (view != btnSearch && view != ivExpand) {
LLBlue.setBackground(null);
LLYellow.setBackground(null);
LLBlack.setBackground(null);

正在加载...
取消
保存