Merge "Remove deprecated throw statement in PaddingManager"

This commit is contained in:
Shawn Pearce
2013-08-20 00:17:28 +00:00
committed by Gerrit Code Review

View File

@@ -94,7 +94,7 @@ class PaddingManager {
void resizePaddingWidget() {
if (others.isEmpty()) {
throw new IllegalStateException("resizePaddingWidget() called before linking");
return;
}
int myHeight = getGroupTotalHeight();
int othersHeight = getOthersTotalHeight();