Revert "fix: show Controls progress bar during drag instead of full overlay"

This reverts commit 18ecda3379.
This commit is contained in:
систем
2026-04-10 22:00:12 +08:00
parent 18ecda3379
commit 8502a40987
3 changed files with 16 additions and 15 deletions

View File

@@ -65,8 +65,7 @@ class BottomControl extends StatelessWidget {
padding: const EdgeInsets.fromLTRB(10, 0, 10, 7),
child: Obx(
() => Offstage(
offstage: !controller.showControls.value &&
!controller.isDraggingProgress.value,
offstage: !controller.showControls.value,
child: Stack(
clipBehavior: Clip.none,
alignment: Alignment.bottomCenter,