mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
mod: handle show viewpoints btn
Closes #457 Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -44,7 +44,7 @@ class BottomControl extends StatelessWidget implements PreferredSizeWidget {
|
||||
size: 18,
|
||||
color: Colors.white,
|
||||
),
|
||||
fuc: onRefresh,
|
||||
onTap: onRefresh,
|
||||
),
|
||||
// // ComBtn(
|
||||
// icon: const Icon(
|
||||
@@ -192,7 +192,7 @@ class BottomControl extends StatelessWidget implements PreferredSizeWidget {
|
||||
size: 20,
|
||||
color: Colors.white,
|
||||
),
|
||||
fuc: () => plPlayerController.triggerFullScreen(
|
||||
onTap: () => plPlayerController.triggerFullScreen(
|
||||
status: !plPlayerController.isFullScreen.value),
|
||||
),
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user