Merge "Fixed a bug where the clipRect was not correctly reset" into lmp-dev

This commit is contained in:
Selim Cinek
2014-08-25 18:48:14 +00:00
committed by Android (Google) Code Review

View File

@@ -1459,6 +1459,9 @@ public class NotificationStackScrollLayout extends ViewGroup
// drawn when removed
getOverlay().add(child);
}
// Make sure the clipRect we might have set is removed
child.setClipBounds(null);
}
/**