Merge "Fix bug: new items were invisible when added in spring-loaded mode" into honeycomb
This commit is contained in:
committed by
Android (Google) Code Review
commit
13a781168f
@@ -1390,7 +1390,9 @@ public class CellLayout extends ViewGroup implements Dimmable, VisibilityChanged
|
||||
lp.isDragging = false;
|
||||
lp.dropped = true;
|
||||
lp.animateDrop = animate;
|
||||
child.setVisibility(View.INVISIBLE);
|
||||
if (animate) {
|
||||
child.setVisibility(View.INVISIBLE);
|
||||
}
|
||||
child.requestLayout();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user