mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
fix: video page v
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -150,6 +150,9 @@ class VideoDetailController extends GetxController
|
||||
? 'horizontal'
|
||||
: 'vertical'
|
||||
: 'horizontal';
|
||||
if (GStorage.collapsibleVideoPage.not || scrollCtr.hasClients.not) {
|
||||
return;
|
||||
}
|
||||
if (_direction != direction) {
|
||||
_direction = direction;
|
||||
double videoHeight =
|
||||
|
||||
Reference in New Issue
Block a user