Browse Source

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

master
wq 2 years ago
parent
commit
a5937ab0c5

+ 1
- 1
app/src/main/java/com/huntersun/vkyes/etcopencard/project/utils/SearchCarInfoUtils.java View File

@@ -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…
Cancel
Save