Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-03-01 16:37:49 +08:00
parent 4a68122c31
commit c98dbccbd7
7 changed files with 58 additions and 39 deletions

View File

@@ -145,6 +145,8 @@ class VideoDetailController extends GetxController
max(max(Get.height, Get.width) * 0.65, min(Get.height, Get.width));
late double videoHeight = minVideoHeight;
bool? backToHome;
void setVideoHeight() {
String direction = firstVideo.width != null && firstVideo.height != null
? firstVideo.width! > firstVideo.height!