Merge "Fixing wrong views being made visible when opening all apps" into ub-now-porkchop
automerge: 37b44cc
* commit '37b44cc1a4794cbe6145053dce82cc8cef38eb3b':
Fixing wrong views being made visible when opening all apps
This commit is contained in:
@@ -959,10 +959,7 @@ public class CellLayout extends ViewGroup {
|
||||
}
|
||||
|
||||
public void setShortcutAndWidgetAlpha(float alpha) {
|
||||
final int childCount = getChildCount();
|
||||
for (int i = 0; i < childCount; i++) {
|
||||
getChildAt(i).setAlpha(alpha);
|
||||
}
|
||||
mShortcutsAndWidgets.setAlpha(alpha);
|
||||
}
|
||||
|
||||
public ShortcutAndWidgetContainer getShortcutsAndWidgets() {
|
||||
|
||||
Reference in New Issue
Block a user