mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-17 15:24:35 +01:00
opt.: more friendly err tip
This commit is contained in:
@@ -41,7 +41,6 @@ final class _AutoHideState extends State<AutoHide> {
|
||||
void _setupTimer() {
|
||||
_timer?.cancel();
|
||||
_timer = Timer.periodic(const Duration(seconds: 3), (_) {
|
||||
debugPrint('[AutoHideFab._timer] trigger timer');
|
||||
if (_isScrolling) return;
|
||||
if (!_visible) return;
|
||||
if (!widget.controller.positions.any((e) => e.maxScrollExtent >= 0)) {
|
||||
|
||||
Reference in New Issue
Block a user