Fixed a bug where notification y positions would animate
When draging down the y positions were animating even though they didn't need to as they were not scaling anymore. Bug: 24866646 Change-Id: Ied6c39a32522756b5f4d8eab7203c87d1958c278
This commit is contained in:
@@ -3617,7 +3617,6 @@ public class NotificationStackScrollLayout extends ViewGroup
|
|||||||
|
|
||||||
// ANIMATION_TYPE_DIMMED
|
// ANIMATION_TYPE_DIMMED
|
||||||
new AnimationFilter()
|
new AnimationFilter()
|
||||||
.animateY()
|
|
||||||
.animateDimmed(),
|
.animateDimmed(),
|
||||||
|
|
||||||
// ANIMATION_TYPE_CHANGE_POSITION
|
// ANIMATION_TYPE_CHANGE_POSITION
|
||||||
|
|||||||
Reference in New Issue
Block a user