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

* commit 'cfdb096c31356a1d28a9c62b9f09b7c4b5e990f5':
  Fix bug where only holo outlines were visible in All Apps sometimes
This commit is contained in:
Michael Jurka
2011-02-04 01:50:58 -08:00
committed by Android Git Automerger
+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;
}