[Bug] trembling when scrolling
Bug Summary
以特别的角度上下滚动会出现不停的上下抖动,见视频(直接看实体机会更明显,视频好像帧数不高)
Version
1.4.1
Steps to reproduce the bug
No response
Environment
手机:Redmi K30 Pro 系统:MIUI 14.0.4(android 12)
Screenshots or Screen recordings
https://github.com/chr56/Phonograph_Plus/assets/8318747/c1f8be67-a1b7-4fe7-82c9-2cc466f3b1b8
Other helpful information
感觉是左右切换手势干扰到这个的上下滚动了,是否可以考虑做一个设置项关闭左右切换手势
This is a known bug since long time ago, approximately since v0.1.0, theoretically after commit 56b28dfcd263c750794953b2f0a7354fc0c9fb13 (beginning of 2022) which has introduced double Appbar.
The bug is theoretically contributed by some conflicts of nest scrolling from double AppBar (outer: tabs, inner: statistic data bar), and has nothing to do with horizonal Pager switching gestures.
And bug is not quite convenient to fix, and I have no time to fix. ~~It at least works anyway~~
很早就有的已知Bug, 应该从v0.1.0开始就存在了, 理论上自开始使用双重 Appbar (commit 56b28dfcd263c750794953b2f0a7354fc0c9fb13 2022年初)以来都会有. 跟左右切换手势无关, 应该是 双重 Appbar (外: Tab, 内: "统计条") 嵌套滚动存在一定冲突导致的.
没时间修,也不太好修, 反正~~又不是不能用~~