Merge "Remove deprecated throw statement in PaddingManager"
This commit is contained in:
@@ -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();
|
||||
|
Reference in New Issue
Block a user