소스 검색

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

master
wq 2 년 전
부모
커밋
a5937ab0c5
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      app/src/main/java/com/huntersun/vkyes/etcopencard/project/utils/SearchCarInfoUtils.java

+ 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);

Loading…
취소
저장