Fix bug where only holo outlines were visible in All Apps sometimes

Bug # 3423911
This commit is contained in:
Michael Jurka
2011-02-04 01:38:00 -08:00
parent 0280c4fab3
commit cfdb096c31
+2 -2
View File
@@ -544,9 +544,9 @@ public abstract class PagedView extends ViewGroup {
alpha = 1.0f;
}
if (Float.compare(alpha, layout.getAlpha()) != 0) {
//if (Float.compare(alpha, layout.getAlpha()) != 0) {
layout.setAlpha(alpha);
}
//}
}
mDirtyPageAlpha = false;
}