Player Version#: 3.4.0
Device: Pixel 4a, Android 11 (December)
I appreciate the quick turnaround on the Play Next for a single track.
I had started playing around with the new smart filter and noticed that it is very difficult to actually hit the button to open the smart filters modal.
I thought it was taking a very long time to load but after repeated attempts I am finding that either the touch target is not actually on the filter button.
I am not sure the layout of the applications DOM, but if the new bar at the top of a list in Library was like so:
<View>
<Button />
....
<Button />
</View>
That the touch target for the filters dialog is being applied to the container <View> instead of the actual icon representing the smart filters button. You can even see the <View> change colors as if it was selected instead of the ‘filters’ icon.
If I carefully tap between the ‘filters’ and ‘play’ icon I can get it to trigger. However this is cumbersome as it is likely that I will hit the ‘play’ icon instead.
It seems as if the other buttons line up properly, just the ‘filters’ icon seems to be affected.