am f57d5aa4: Update panel height when stack scroller padding is updated.

* commit 'f57d5aa4e737ab147068fa72d6ced92c41054ebb':
  Update panel height when stack scroller padding is updated.
This commit is contained in:
Jorim Jaggi
2014-05-02 14:34:47 +00:00
committed by Android Git Automerger

View File

@@ -307,6 +307,9 @@ public class NotificationStackScrollLayout extends ViewGroup
mNeedsAnimation = true;
}
requestChildrenUpdate();
if (mOnHeightChangedListener != null) {
mOnHeightChangedListener.onHeightChanged(null);
}
}
}