commit | 92699b55c2e8ef627707094c6bd7b4c744ec8aa0 | [log] [tgz] |
---|---|---|
author | Selim Cinek <cinek@google.com> | Fri Apr 30 09:53:56 2021 +0200 |
committer | Selim Cinek <cinek@google.com> | Fri Apr 30 09:56:56 2021 +0200 |
tree | 2b9fc6f7b038f2737287bb697a7fc59e482958c7 | |
parent | ea8294807a6a2e461eeb39a1564c7a5500e81db8 [diff] |
Fixed an issue where the notification was clipped during the translation Because we were not invalidating the view anymore, but clipping was done in the drawChild call, the clipping was never updated. Invalidating the view fixes this. Test: swipe, observe no jank Fixes: 186488568 Change-Id: I10b1e0ef52936ec7f67266686f086604a7d1f501