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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user