mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-20 11:08:03 +08:00
Revert "fix: show Controls progress bar during drag instead of full overlay"
This reverts commit 18ecda3379.
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user