Ensure selected/deselected filters stay on top
This looks a little more "sane", and more closely matches what iOS does with it's filter chips. This has to manually track which filters were "just-deselected" and move those even higher up the z stack to ensure they appear above even when sliding right. This is because the order is determined by the position left-to-right of the _final_ destination of the chip. In this case we want anything that's either currently selected, or was selected and is still fading out to appear on top. Signed-off-by: Joe Groocock <me@frebib.net>
This commit is contained in:
parent
167e52f34a
commit
102025f1a6
2 changed files with 18 additions and 4 deletions
1
changelog.d/2809.bugfix
Normal file
1
changelog.d/2809.bugfix
Normal file
|
|
@ -0,0 +1 @@
|
|||
Render selected/deselected room list filters on top
|
||||
Loading…
Add table
Add a link
Reference in a new issue