Merge "Remove deprecated throw statement in PaddingManager"
This commit is contained in:
@@ -94,7 +94,7 @@ class PaddingManager {
|
|||||||
|
|
||||||
void resizePaddingWidget() {
|
void resizePaddingWidget() {
|
||||||
if (others.isEmpty()) {
|
if (others.isEmpty()) {
|
||||||
throw new IllegalStateException("resizePaddingWidget() called before linking");
|
return;
|
||||||
}
|
}
|
||||||
int myHeight = getGroupTotalHeight();
|
int myHeight = getGroupTotalHeight();
|
||||||
int othersHeight = getOthersTotalHeight();
|
int othersHeight = getOthersTotalHeight();
|
||||||
|
Reference in New Issue
Block a user