mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
fix: play all after multi select
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -360,9 +360,9 @@ class _FavDetailPageState extends State<FavDetailPage> {
|
||||
},
|
||||
),
|
||||
Positioned(
|
||||
top: 8,
|
||||
top: 5,
|
||||
left: 12,
|
||||
bottom: 8,
|
||||
bottom: 5,
|
||||
child: IgnorePointer(
|
||||
child: LayoutBuilder(
|
||||
builder: (context, constraints) =>
|
||||
|
||||
Reference in New Issue
Block a user