Procházet zdrojové kódy

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

master
huting před 2 roky
rodič
revize
7668b4eee5

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

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

Načítá se…
Zrušit
Uložit