Fixing EmptyStackException (issue 6117943)
Change-Id: If5816c654dc1e4d5de1e72804e4cf1e845336a96
This commit is contained in:
@@ -326,6 +326,7 @@ public class CellLayout extends ViewGroup {
|
||||
mCountY = y;
|
||||
mOccupied = new boolean[mCountX][mCountY];
|
||||
mTmpOccupied = new boolean[mCountX][mCountY];
|
||||
mTempRectStack.clear();
|
||||
requestLayout();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user