diff options
author | ByteHamster <ByteHamster@users.noreply.github.com> | 2023-02-24 16:53:14 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-24 16:53:14 +0100 |
commit | 7753c500dbfdd4e73fdb8517d3e740ee4b69a48c (patch) | |
tree | 2535404e369dbff66cce70f9c6e832931d0519f5 /core/src/play/java | |
parent | e20d11e130938dd4bf30c2500fb5afc0993a7ed7 (diff) | |
download | AntennaPod-7753c500dbfdd4e73fdb8517d3e740ee4b69a48c.zip |
Do not jump bottom sheet when playing (#6342)
Whenever some view calls requestLayout(), the bottom view jumps.
This happens during slide when setting the player from GONE to VISIBLE.
Also, it happens every time the position changes because the TextView
has a dynamic width. We are not actually interested in the dynamic
width and can simply keep the initial width. This avoids requestLayout()
calls every time the position is updated.
Diffstat (limited to 'core/src/play/java')
0 files changed, 0 insertions, 0 deletions