Unverified Commit 7c804f69 authored by fzyzcjy's avatar fzyzcjy Committed by GitHub

Fix typo (again) (#100684)

parent 93fc7f59
...@@ -1749,7 +1749,7 @@ class FocusManager with DiagnosticableTreeMixin, ChangeNotifier { ...@@ -1749,7 +1749,7 @@ class FocusManager with DiagnosticableTreeMixin, ChangeNotifier {
} }
} }
// The list of autofocus requests made since the last _appyFocusChange call. // The list of autofocus requests made since the last _applyFocusChange call.
final List<_Autofocus> _pendingAutofocuses = <_Autofocus>[]; final List<_Autofocus> _pendingAutofocuses = <_Autofocus>[];
// True indicates that there is an update pending. // True indicates that there is an update pending.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment