diff --git a/lib/base/base_state.dart b/lib/base/base_state.dart index eb3cab9..33573c7 100644 --- a/lib/base/base_state.dart +++ b/lib/base/base_state.dart @@ -365,7 +365,7 @@ class EnsureVisibleWhenFocusedState extends State { // TODO: position doesn't seem to notify listeners when metrics change, // perhaps a NotificationListener around the scrollable could avoid // the need insert a delay here. - await new Future.delayed(const Duration(milliseconds: 1000)); + await new Future.delayed(const Duration(milliseconds: 100)); if (!widget.focusNode.hasFocus) return;