Browse Source

fix bug: 搜索之后颜色边框消失

master
huting 2 years ago
parent
commit
7668b4eee5

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

} }


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

Loading…
Cancel
Save