Merge "Call through to super.removeallViews*()." into honeycomb
This commit is contained in:
@@ -646,11 +646,13 @@ public class CellLayout extends ViewGroup implements Dimmable {
|
||||
|
||||
@Override
|
||||
public void removeAllViews() {
|
||||
super.removeAllViews();
|
||||
clearOccupiedCells();
|
||||
}
|
||||
|
||||
@Override
|
||||
public void removeAllViewsInLayout() {
|
||||
super.removeAllViewsInLayout();
|
||||
clearOccupiedCells();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user