Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-05-21 11:48:42 +08:00
parent 1efd62803a
commit ac60ac417b
130 changed files with 1631 additions and 2132 deletions

View File

@@ -88,14 +88,12 @@ class _MemberVideoState extends State<MemberVideo>
top: false,
left: false,
child: FloatingActionButton.extended(
onPressed: () {
_controller
..isLocating.value = true
..lastAid = _controller.fromViewAid
..page = 0
..loadingState.value = LoadingState.loading()
..queryData();
},
onPressed: () => _controller
..isLocating.value = true
..lastAid = _controller.fromViewAid
..page = 0
..loadingState.value = LoadingState.loading()
..queryData(),
label: const Text('定位至上次观看'),
),
),